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

References

tools/clang/lib/AST/ASTImporter.cpp
 6078       S->getAtCatchLoc(), S->getRParenLoc(), S->getCatchParamDecl(),
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 1971           SourceLocation rParenLoc = Catch->getRParenLoc();
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 1844       assert(*SM->getCharacterData(Catch->getRParenLoc()) == ')' &&
 1868       SourceLocation rParenLoc = Catch->getRParenLoc();
tools/clang/lib/Sema/TreeTransform.h
 7436                                              S->getRParenLoc(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1256   Record.AddSourceLocation(S->getRParenLoc());