Home
last modified time | relevance | path

Searched refs:hasExceptionAttribute (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordVisitor.cpp53 if (ObjCR.hasExceptionAttribute()) in visitObjCInterface()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h170 bool hasExceptionAttribute() const { return HasEHType; } in hasExceptionAttribute() function