Searched refs:rparenloc (Results 1 – 8 of 8) 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 | 2160 ExprValueKind VK, SourceLocation rparenloc); 2162 QualType t, ExprValueKind VK, SourceLocation rparenloc); 2183 ExprValueKind VK, SourceLocation rparenloc); 4345 ArrayRef<Expr*> exprs, SourceLocation rparenloc);
|
D | Stmt.h | 1581 StringLiteral **clobbers, SourceLocation rparenloc);
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtObjC.h | 84 ObjCAtCatchStmt(SourceLocation atCatchLoc, SourceLocation rparenloc, in ObjCAtCatchStmt() argument 88 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { } in ObjCAtCatchStmt()
|
D | Stmt.h | 2987 SourceLocation rparenloc);
|
/external/clang/lib/AST/ |
D | Expr.cpp | 1131 ExprValueKind VK, SourceLocation rparenloc) in CallExpr() argument 1150 RParenLoc = rparenloc; in CallExpr() 1155 SourceLocation rparenloc) in CallExpr() argument 1156 : CallExpr(C, SC, fn, ArrayRef<Expr *>(), args, t, VK, rparenloc) {} in CallExpr() 1159 QualType t, ExprValueKind VK, SourceLocation rparenloc) in CallExpr() argument 1160 : CallExpr(C, CallExprClass, fn, ArrayRef<Expr *>(), args, t, VK, rparenloc) { in CallExpr() 3708 SourceLocation rparenloc) in ParenListExpr() argument 3711 NumExprs(exprs.size()), LParenLoc(lparenloc), RParenLoc(rparenloc) { in ParenListExpr()
|
D | Stmt.cpp | 696 StringLiteral **clobbers, SourceLocation rparenloc) in GCCAsmStmt() argument 698 numinputs, numclobbers), RParenLoc(rparenloc), AsmStr(asmstr) { in GCCAsmStmt()
|
/external/llvm-project/clang/lib/AST/ |
D | Stmt.cpp | 839 SourceLocation rparenloc) in GCCAsmStmt() argument 842 RParenLoc(rparenloc), AsmStr(asmstr), NumLabels(numlabels) { in GCCAsmStmt()
|