Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDJumpDiagnostics.cpp96 : S(s), Permissive(s.hasAnyUnrecoverableErrorsInThisFunction()) { in JumpScopeChecker()
HDSema.cpp1160 bool Sema::hasAnyUnrecoverableErrorsInThisFunction() const { in hasAnyUnrecoverableErrorsInThisFunction() function in Sema
HDSemaExpr.cpp10902 if (hasAnyUnrecoverableErrorsInThisFunction()) in ActOnStmtExpr()
11375 if (hasAnyUnrecoverableErrorsInThisFunction()) in ActOnBlockStmtExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h1164 bool hasAnyUnrecoverableErrorsInThisFunction() const;