Searched refs:rParenLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DExprCXX.h1248 SourceLocation lParenLoc, SourceLocation rParenLoc)
1251 LParenLoc(lParenLoc), RParenLoc(rParenLoc) {}
1592 SourceLocation rParenLoc)
1596 RParenLoc(rParenLoc), TypeInfo(TypeInfo) {}
1591 CXXScalarValueInitExpr(QualType Type, TypeSourceInfo *TypeInfo, SourceLocation rParenLoc) argument
/external/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1871 SourceLocation rParenLoc = Catch->getRParenLoc(); local
1874 const char *rParenBuf = SM->getCharacterData(rParenLoc);
1880 ReplaceText(rParenLoc, bodyBuf-rParenBuf+1, " = _caught;");
H A DRewriteModernObjC.cpp1997 SourceLocation rParenLoc = Catch->getRParenLoc(); local
1998 const char *rParenBuf = SM->getCharacterData(rParenLoc);

Completed in 127 milliseconds