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

References

tools/clang/lib/AST/ASTImporter.cpp
 6060       S->getForLoc(), S->getRParenLoc());
tools/clang/lib/CodeGen/CoverageMappingGen.cpp
 1089     auto Gap = findGapAreaBetween(getPreciseTokenLocEnd(S->getRParenLoc()),
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 1745   SourceLocation rightParenLoc = S->getRParenLoc();
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 1536   SourceLocation rightParenLoc = S->getRParenLoc();
tools/clang/lib/Sema/TreeTransform.h
 7555                                                    S->getRParenLoc(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1247   Record.AddSourceLocation(S->getRParenLoc());