Home
last modified time | relevance | path

Searched refs:hasAnyUnrecoverableErrorsInThisFunction (Results 1 – 8 of 8) 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/llvm-project/clang/lib/Sema/
DJumpDiagnostics.cpp99 : S(s), Permissive(s.hasAnyUnrecoverableErrorsInThisFunction()) { in JumpScopeChecker()
DSema.cpp2011 bool Sema::hasAnyUnrecoverableErrorsInThisFunction() const { in hasAnyUnrecoverableErrorsInThisFunction() function in Sema
DSemaExpr.cpp14868 if (hasAnyUnrecoverableErrorsInThisFunction()) in BuildStmtExpr()
15320 if (hasAnyUnrecoverableErrorsInThisFunction()) in ActOnBlockStmtExpr()
/external/clang/include/clang/Sema/
DSema.h1214 bool hasAnyUnrecoverableErrorsInThisFunction() const;
/external/llvm-project/clang/include/clang/Sema/
DSema.h1746 bool hasAnyUnrecoverableErrorsInThisFunction() const;