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

References

tools/clang/lib/Parse/ParseDecl.cpp
 6899     SourceLocation EndLoc = PP.getLocForEndOfToken(D.getEndLoc());
 6915   SourceLocation EndBracketLoc = TempDeclarator.getEndLoc();
 6919   SourceLocation EndLoc = PP.getLocForEndOfToken(D.getEndLoc());
tools/clang/lib/Parse/ParseExprCXX.cpp
 3029             DeclaratorInfo.getEndLoc(), ConstructorArgs, ConstructorLParen);
tools/clang/lib/Sema/SemaDecl.cpp
 8258                                          D.getEndLoc());
tools/clang/lib/Sema/SemaExprCXX.cpp
 1714   return BuildCXXNew(SourceRange(StartLoc, D.getEndLoc()), UseGlobal,
tools/clang/lib/Sema/SemaType.cpp
 3433       << FixItHint::CreateInsertion(S.getLocForEndOfToken(D.getEndLoc()), ")");