Home
last modified time | relevance | path

Searched refs:rparenloc (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/AST/
DStmtObjC.h81 ObjCAtCatchStmt(SourceLocation atCatchLoc, SourceLocation rparenloc, in ObjCAtCatchStmt() argument
85 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { } in ObjCAtCatchStmt()
DExpr.h2126 SourceLocation rparenloc);
2146 ExprValueKind VK, SourceLocation rparenloc);
4153 SourceLocation rparenloc);
DStmt.h1541 StringLiteral **clobbers, SourceLocation rparenloc);
/external/clang/lib/AST/
DStmt.cpp654 SourceLocation rparenloc) in GCCAsmStmt() argument
656 numinputs, numclobbers), RParenLoc(rparenloc), AsmStr(asmstr) { in GCCAsmStmt()
DExpr.cpp1024 SourceLocation rparenloc) in CallExpr() argument
1048 RParenLoc = rparenloc; in CallExpr()
1052 QualType t, ExprValueKind VK, SourceLocation rparenloc) in CallExpr() argument
1076 RParenLoc = rparenloc; in CallExpr()
3792 SourceLocation rparenloc) in ParenListExpr() argument
3795 NumExprs(exprs.size()), LParenLoc(lparenloc), RParenLoc(rparenloc) { in ParenListExpr()