Searched refs:rparenloc (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
D | StmtObjC.h | 81 ObjCAtCatchStmt(SourceLocation atCatchLoc, SourceLocation rparenloc, in ObjCAtCatchStmt() argument 85 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { } in ObjCAtCatchStmt()
|
D | Expr.h | 2126 SourceLocation rparenloc); 2146 ExprValueKind VK, SourceLocation rparenloc); 4153 SourceLocation rparenloc);
|
D | Stmt.h | 1541 StringLiteral **clobbers, SourceLocation rparenloc);
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 654 SourceLocation rparenloc) in GCCAsmStmt() argument 656 numinputs, numclobbers), RParenLoc(rparenloc), AsmStr(asmstr) { in GCCAsmStmt()
|
D | Expr.cpp | 1024 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()
|