Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DJumpDiagnostics.cpp96 : S(s), Permissive(s.hasAnyUnrecoverableErrorsInThisFunction()) { in JumpScopeChecker()
DSema.cpp1181 bool Sema::hasAnyUnrecoverableErrorsInThisFunction() const { in hasAnyUnrecoverableErrorsInThisFunction() function in Sema
DSemaExpr.cpp11627 if (hasAnyUnrecoverableErrorsInThisFunction()) in ActOnStmtExpr()
12095 if (hasAnyUnrecoverableErrorsInThisFunction()) in ActOnBlockStmtExpr()
/external/clang/include/clang/Sema/
DSema.h1214 bool hasAnyUnrecoverableErrorsInThisFunction() const;