Home
last modified time | relevance | path

Searched defs:rParenLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1876 SourceLocation rParenLoc = Catch->getRParenLoc(); in RewriteObjCTryStmt() local
H A DRewriteModernObjC.cpp1978 const char *rParenBuf = SM->getCharacterData(rParenLoc); in RewriteObjCTryStmt() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1809 CXXFunctionalCastExpr(QualType ty,ExprValueKind VK,TypeSourceInfo * writtenTy,CastKind kind,Expr * castExpr,unsigned pathSize,FPOptionsOverride FPO,SourceLocation lParenLoc,SourceLocation rParenLoc) CXXFunctionalCastExpr() argument