Home
last modified time | relevance | path

Searched refs:rparenloc (Results 1 – 8 of 8) 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.h2160 ExprValueKind VK, SourceLocation rparenloc);
2162 QualType t, ExprValueKind VK, SourceLocation rparenloc);
2183 ExprValueKind VK, SourceLocation rparenloc);
4345 ArrayRef<Expr*> exprs, SourceLocation rparenloc);
DStmt.h1581 StringLiteral **clobbers, SourceLocation rparenloc);
/external/llvm-project/clang/include/clang/AST/
DStmtObjC.h84 ObjCAtCatchStmt(SourceLocation atCatchLoc, SourceLocation rparenloc, in ObjCAtCatchStmt() argument
88 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { } in ObjCAtCatchStmt()
DStmt.h2987 SourceLocation rparenloc);
/external/clang/lib/AST/
DExpr.cpp1131 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()
DStmt.cpp696 StringLiteral **clobbers, SourceLocation rparenloc) in GCCAsmStmt() argument
698 numinputs, numclobbers), RParenLoc(rparenloc), AsmStr(asmstr) { in GCCAsmStmt()
/external/llvm-project/clang/lib/AST/
DStmt.cpp839 SourceLocation rparenloc) in GCCAsmStmt() argument
842 RParenLoc(rparenloc), AsmStr(asmstr), NumLabels(numlabels) { in GCCAsmStmt()