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.h2199 SourceLocation rparenloc);
2220 ExprValueKind VK, SourceLocation rparenloc);
4442 ArrayRef<Expr*> exprs, SourceLocation rparenloc);
DStmt.h1559 StringLiteral **clobbers, SourceLocation rparenloc);
/external/clang/lib/AST/
DStmt.cpp689 StringLiteral **clobbers, SourceLocation rparenloc) in GCCAsmStmt() argument
691 numinputs, numclobbers), RParenLoc(rparenloc), AsmStr(asmstr) { in GCCAsmStmt()
DExpr.cpp1154 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()