Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DJumpDiagnostics.cpp107 : S(s), Permissive(s.hasAnyUnrecoverableErrorsInThisFunction()) { in JumpScopeChecker()
H A DSema.cpp2236 bool Sema::hasAnyUnrecoverableErrorsInThisFunction() const { in hasAnyUnrecoverableErrorsInThisFunction() function in Sema
H A DSemaExpr.cpp15876 if (hasAnyUnrecoverableErrorsInThisFunction()) in BuildStmtExpr()
16328 if (hasAnyUnrecoverableErrorsInThisFunction()) in ActOnBlockStmtExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1966 bool hasAnyUnrecoverableErrorsInThisFunction() const;