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

References

tools/clang/lib/AST/ASTImporter.cpp
 6345   ExpectedSLoc ToLocationOrErr = import(E->getLocation());
tools/clang/lib/Sema/SemaExpr.cpp
11203       LHSInt->getBeginLoc(), S.getLocForEndOfToken(RHSInt->getLocation()));
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  521   Record.AddSourceLocation(E->getLocation());
tools/clang/tools/extra/clang-tidy/readability/MagicNumbersCheck.cpp
  158       SourceManager->getDecomposedLoc(Literal->getLocation());
tools/clang/tools/extra/clang-tidy/readability/MagicNumbersCheck.h
   55             MatchedLiteral->getLocation()))
   71     diag(MatchedLiteral->getLocation(),
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/IntegerLiteral.cpp
   20     Match("literal", IL->getLocation());