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

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtObjC.h81 ObjCAtCatchStmt(SourceLocation atCatchLoc, SourceLocation rparenloc, argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp629 GCCAsmStmt(const 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.cpp1118 CallExpr(const ASTContext& C, Expr *fn, ArrayRef<Expr*> args, QualType t, ExprValueKind VK, SourceLocation rparenloc) argument
3867 ParenListExpr(const ASTContext& C, SourceLocation lparenloc, ArrayRef<Expr*> exprs, SourceLocation rparenloc) argument

Completed in 80 milliseconds