Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSema.cpp1083 bool Sema::hasAnyUnrecoverableErrorsInThisFunction() const { in hasAnyUnrecoverableErrorsInThisFunction() function in Sema
HDSemaExpr.cpp9861 if (hasAnyUnrecoverableErrorsInThisFunction()) in ActOnStmtExpr()
10345 if (hasAnyUnrecoverableErrorsInThisFunction()) in ActOnBlockStmtExpr()
10419 !hasAnyUnrecoverableErrorsInThisFunction() && in ActOnBlockStmtExpr()
HDSemaDecl.cpp9844 !hasAnyUnrecoverableErrorsInThisFunction() && in ActOnFinishFunctionBody()
/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h997 bool hasAnyUnrecoverableErrorsInThisFunction() const;