Searched defs:rparenloc (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtObjC.h81 ObjCAtCatchStmt(SourceLocation atCatchLoc, SourceLocation rparenloc, argument
85 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { }
/external/clang/lib/AST/
H A DStmt.cpp633 SourceLocation rparenloc)
635 numinputs, numclobbers), RParenLoc(rparenloc), AsmStr(asmstr) {
628 GCCAsmStmt(ASTContext &C, SourceLocation asmloc, bool issimple, bool isvolatile, unsigned numoutputs, unsigned numinputs, IdentifierInfo **names, StringLiteral **constraints, Expr **exprs, StringLiteral *asmstr, unsigned numclobbers, StringLiteral **clobbers, SourceLocation rparenloc) argument
H A DExpr.cpp1040 SourceLocation rparenloc)
1064 RParenLoc = rparenloc;
1068 QualType t, ExprValueKind VK, SourceLocation rparenloc)
1092 RParenLoc = rparenloc;
3809 SourceLocation rparenloc)
3812 NumExprs(exprs.size()), LParenLoc(lparenloc), RParenLoc(rparenloc) {
1067 CallExpr(ASTContext& C, Expr *fn, ArrayRef<Expr*> args, QualType t, ExprValueKind VK, SourceLocation rparenloc) argument
3807 ParenListExpr(ASTContext& C, SourceLocation lparenloc, ArrayRef<Expr*> exprs, SourceLocation rparenloc) argument

Completed in 641 milliseconds