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

References

tools/clang/include/clang/AST/Expr.h
 1948   SourceLocation getBeginLoc() const { return getLocation(); }
 1949   SourceLocation getEndLoc() const { return getLocation(); }
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 1244   return getSema().BuildPredefinedExpr(E->getLocation(), E->getIdentKind());
tools/clang/lib/Sema/TreeTransform.h
 9252   return getDerived().RebuildPredefinedExpr(E->getLocation(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
  473   Record.AddSourceLocation(E->getLocation());
tools/clang/tools/extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp
   80   if (E->getLocation().isMacroID()) {
   82         Result.SourceManager->getImmediateExpansionRange(E->getLocation());
   89   diag(E->getLocation(),