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.cpp1188 bool Sema::hasAnyUnrecoverableErrorsInThisFunction() const { in hasAnyUnrecoverableErrorsInThisFunction() function in Sema
DSemaExpr.cpp11095 if (hasAnyUnrecoverableErrorsInThisFunction()) in ActOnStmtExpr()
11564 if (hasAnyUnrecoverableErrorsInThisFunction()) in ActOnBlockStmtExpr()
/external/clang/include/clang/Sema/
DSema.h1194 bool hasAnyUnrecoverableErrorsInThisFunction() const;