reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Index/IndexBody.cpp
  295       return IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(),
  305           return IndexCtx.handleReference(PD, E->getLocation(), Parent,
tools/clang/lib/Sema/SemaChecking.cpp
13527         owner.Loc = pre->getLocation();
tools/clang/lib/Sema/SemaPseudoObject.cpp
   65             refExpr->getLocation(), SpecificCallback(refExpr->getBase(), 0));
   71           refExpr->getLocation(), SpecificCallback(refExpr->getBase(), 0));
  283         : PseudoOpBuilder(S, refExpr->getLocation(), IsUnique),
  700         S.Diag(RefExpr->getLocation(),
  832     S.Diag(RefExpr->getLocation(), diag::err_getter_not_found)
  842                                        Getter, RefExpr->getLocation());
  859                            RefExpr->getLocation()))
tools/clang/lib/Sema/TreeTransform.h
12632                                                    E->getLocation());
12638                                                  E->getLocation());
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1168   Record.AddSourceLocation(E->getLocation());
tools/clang/tools/libclang/CIndex.cpp
 4398     return PropRef->getLocation();