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

References

tools/clang/include/clang/AST/Expr.h
 5461   SourceLocation getEndLoc() const { return getRParenLoc(); }
tools/clang/lib/Sema/SemaExpr.cpp
16551                             GSE->getRParenLoc(), GSE->getControllingExpr(),
tools/clang/lib/Sema/SemaExprObjC.cpp
 4371         subExprs, gse->getDefaultLoc(), gse->getRParenLoc(),
tools/clang/lib/Sema/SemaOverload.cpp
14178           GSE->getRParenLoc(), GSE->containsUnexpandedParameterPack(),
tools/clang/lib/Sema/SemaPseudoObject.cpp
  159             assocTypes, assocExprs, gse->getDefaultLoc(), gse->getRParenLoc(),
tools/clang/lib/Sema/TreeTransform.h
 9391                                                   E->getRParenLoc(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1027   Record.AddSourceLocation(E->getRParenLoc());