Home
last modified time | relevance | path

Searched defs:rparenloc (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h84 ObjCAtCatchStmt(SourceLocation atCatchLoc, SourceLocation rparenloc, in ObjCAtCatchStmt()
/llvm-project/clang/lib/AST/
H A DStmt.cpp854 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,unsigned numlabels,SourceLocation rparenloc) GCCAsmStmt() argument