Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DJumpDiagnostics.cpp96 : S(s), Permissive(s.hasAnyUnrecoverableErrorsInThisFunction()) { in JumpScopeChecker()
H A DSema.cpp1505 bool Sema::hasAnyUnrecoverableErrorsInThisFunction() const { in hasAnyUnrecoverableErrorsInThisFunction() function in Sema
H A DSemaExpr.cpp13228 if (hasAnyUnrecoverableErrorsInThisFunction()) in ActOnStmtExpr()
13686 if (hasAnyUnrecoverableErrorsInThisFunction()) in ActOnBlockStmtExpr()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1373 bool hasAnyUnrecoverableErrorsInThisFunction() const;