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

References

tools/clang/include/clang/AST/ExprCXX.h
  694   SourceLocation getBeginLoc() const { return getLocation(); }
  695   SourceLocation getEndLoc() const { return getLocation(); }
tools/clang/lib/AST/ASTImporter.cpp
 6332   ExpectedSLoc ToLocationOrErr = import(E->getLocation());
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1501   Record.AddSourceLocation(E->getLocation());