Searched defs:StmtError (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
H A DOwnership.h252 inline StmtResult StmtError() { return StmtResult(true); } function in namespace:clang
255 inline StmtResult StmtError(const DiagnosticBuilder&) { return StmtError(); } function in namespace:clang
/external/clang/include/clang/Parse/
H A DParser.h268 StmtResult StmtError() { return StmtResult(true); } function in class:clang::Parser
271 StmtResult StmtError(const DiagnosticBuilder &) { return StmtError(); } function in class:clang::Parser

Completed in 69 milliseconds