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

/external/clang/include/clang/AST/
H A DStmtObjC.h80 ObjCAtCatchStmt(SourceLocation atCatchLoc, SourceLocation rparenloc, argument
84 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { }
/external/clang/lib/AST/
H A DStmt.cpp655 SourceLocation rparenloc)
657 numinputs, numclobbers), RParenLoc(rparenloc), AsmStr(asmstr) {
650 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.cpp927 SourceLocation rparenloc)
951 RParenLoc = rparenloc;
955 QualType t, ExprValueKind VK, SourceLocation rparenloc)
979 RParenLoc = rparenloc;
3663 SourceLocation rparenloc)
3666 NumExprs(exprs.size()), LParenLoc(lparenloc), RParenLoc(rparenloc) {
954 CallExpr(ASTContext& C, Expr *fn, ArrayRef<Expr*> args, QualType t, ExprValueKind VK, SourceLocation rparenloc) argument
3661 ParenListExpr(ASTContext& C, SourceLocation lparenloc, ArrayRef<Expr*> exprs, SourceLocation rparenloc) argument

Completed in 79 milliseconds