Searched refs:rparenloc (Results 1 - 5 of 5) 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) { }
H A DExpr.h2031 SourceLocation rparenloc);
2051 ExprValueKind VK, SourceLocation rparenloc);
4022 unsigned numexprs, SourceLocation rparenloc);
H A DStmt.h1386 StringLiteral **clobbers, SourceLocation rparenloc);
/external/clang/lib/AST/
H A DStmt.cpp533 StringLiteral **clobbers, SourceLocation rparenloc)
534 : Stmt(AsmStmtClass), AsmLoc(asmloc), RParenLoc(rparenloc), AsmStr(asmstr)
528 AsmStmt(ASTContext &C, SourceLocation asmloc, bool issimple, bool isvolatile, bool msasm, unsigned numoutputs, unsigned numinputs, IdentifierInfo **names, StringLiteral **constraints, Expr **exprs, StringLiteral *asmstr, unsigned numclobbers, StringLiteral **clobbers, SourceLocation rparenloc) argument
H A DExpr.cpp797 SourceLocation rparenloc)
821 RParenLoc = rparenloc;
825 QualType t, ExprValueKind VK, SourceLocation rparenloc)
849 RParenLoc = rparenloc;
3273 SourceLocation rparenloc)
3276 NumExprs(nexprs), LParenLoc(lparenloc), RParenLoc(rparenloc) {
824 CallExpr(ASTContext& C, Expr *fn, Expr **args, unsigned numargs, QualType t, ExprValueKind VK, SourceLocation rparenloc) argument
3271 ParenListExpr(ASTContext& C, SourceLocation lparenloc, Expr **exprs, unsigned nexprs, SourceLocation rparenloc) argument

Completed in 90 milliseconds