Home
last modified time | relevance | path

Searched refs:rparenloc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtObjC.h84 ObjCAtCatchStmt(SourceLocation atCatchLoc, SourceLocation rparenloc, in ObjCAtCatchStmt() argument
88 Body(atCatchStmt), AtCatchLoc(atCatchLoc), RParenLoc(rparenloc) { } in ObjCAtCatchStmt()
H A DStmt.h3282 SourceLocation rparenloc);
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp854 SourceLocation rparenloc) in GCCAsmStmt() argument
857 RParenLoc(rparenloc), AsmStr(asmstr), NumLabels(numlabels) { in GCCAsmStmt()