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

References

tools/clang/lib/Index/IndexBody.cpp
  212     return IndexCtx.handleReference(E->getDecl(), E->getLocation(),
tools/clang/lib/Sema/SemaExpr.cpp
  534             S.Diag(OIRE->getLocation(), diag::warn_objc_isa_assign);
  547             S.Diag(OIRE->getLocation(), diag::warn_objc_isa_use);
tools/clang/lib/Sema/TreeTransform.h
12605                                              E->getLocation(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1150   Record.AddSourceLocation(E->getLocation());
tools/clang/lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
   83       SourceLocation L = IV->getLocation();
tools/clang/tools/libclang/CIndex.cpp
 4394     return Ivar->getLocation();