Searched refs:OACS (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h315 void VisitObjCAtCatchStmt(const ObjCAtCatchStmt *OACS);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1457 void JSONNodeDumper::VisitObjCAtCatchStmt(const ObjCAtCatchStmt* OACS) { argument
1461 attributeOnlyIfTrue("isCatchAll", OACS->getCatchParamDecl() == nullptr);

Completed in 166 milliseconds