Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp1048 bool Sema::hasAnyUnrecoverableErrorsInThisFunction() const { in hasAnyUnrecoverableErrorsInThisFunction() function in Sema
DSemaExpr.cpp9674 if (hasAnyUnrecoverableErrorsInThisFunction()) in ActOnStmtExpr()
10152 if (hasAnyUnrecoverableErrorsInThisFunction()) in ActOnBlockStmtExpr()
10226 !hasAnyUnrecoverableErrorsInThisFunction() && in ActOnBlockStmtExpr()
DSemaDecl.cpp9539 !hasAnyUnrecoverableErrorsInThisFunction() && in ActOnFinishFunctionBody()
/external/clang/include/clang/Sema/
DSema.h990 bool hasAnyUnrecoverableErrorsInThisFunction() const;