Home
last modified time | relevance | path

Searched refs:hasAnyUnrecoverableErrorsInThisFunction (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp106 : S(s), Permissive(s.hasAnyUnrecoverableErrorsInThisFunction()) { in JumpScopeChecker()
H A DSema.cpp2319 bool Sema::hasAnyUnrecoverableErrorsInThisFunction() const { in hasAnyUnrecoverableErrorsInThisFunction() function in Sema
H A DSemaExpr.cpp16649 if (hasAnyUnrecoverableErrorsInThisFunction()) in BuildStmtExpr()
17108 if (hasAnyUnrecoverableErrorsInThisFunction()) in ActOnBlockStmtExpr()
H A DSemaDecl.cpp16353 hasAnyUnrecoverableErrorsInThisFunction() || in ActOnFinishFunctionBody()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2041 bool hasAnyUnrecoverableErrorsInThisFunction() const;