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

References

tools/clang/include/clang/AST/ExprCXX.h
  660   SourceLocation getBeginLoc() const { return getLocation(); }
  661   SourceLocation getEndLoc() const { return getLocation(); }
tools/clang/lib/AST/ASTImporter.cpp
 7182   ExpectedSLoc ToLocationOrErr = import(E->getLocation());
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1495   Record.AddSourceLocation(E->getLocation());
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/CXXBoolLiteralExpr.cpp
   20       Match("true", BE->getLocation());
   22       Match("false", BE->getLocation());