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

References

tools/clang/lib/AST/ASTImporter.cpp
 7108       E->getType(), E->getLocation(), E->getConstructor(),
tools/clang/lib/AST/ExprCXX.cpp
  589   return getLocation();
  599   SourceLocation End = getLocation();
tools/clang/lib/Index/IndexBody.cpp
  360     return IndexCtx.handleReference(E->getConstructor(), E->getLocation(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1396   Record.AddSourceLocation(E->getLocation());
tools/clang/tools/extra/clang-tidy/zircon/TemporaryObjectsCheck.cpp
   48     diag(D->getLocation(),
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/ConstructExpr.cpp
   35         Match(Class->getName(), Expr->getLocation());