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 | 2199 SourceLocation rparenloc); 2220 ExprValueKind VK, SourceLocation rparenloc); 4442 ArrayRef<Expr*> exprs, SourceLocation rparenloc);
|
D | Stmt.h | 1559 StringLiteral **clobbers, SourceLocation rparenloc);
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 689 StringLiteral **clobbers, SourceLocation rparenloc) in GCCAsmStmt() argument 691 numinputs, numclobbers), RParenLoc(rparenloc), AsmStr(asmstr) { in GCCAsmStmt()
|
D | Expr.cpp | 1154 ExprValueKind VK, SourceLocation rparenloc) in CallExpr() argument 1178 RParenLoc = rparenloc; in CallExpr() 1182 QualType t, ExprValueKind VK, SourceLocation rparenloc) in CallExpr() argument 1183 : CallExpr(C, CallExprClass, fn, /*NumPreArgs=*/0, args, t, VK, rparenloc) { in CallExpr() 3851 SourceLocation rparenloc) in ParenListExpr() argument 3854 NumExprs(exprs.size()), LParenLoc(lparenloc), RParenLoc(rparenloc) { in ParenListExpr()
|