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

/external/clang/include/clang/Sema/
H A DOwnership.h251 inline ExprResult ExprError() { return ExprResult(true); } function in namespace:clang
254 inline ExprResult ExprError(const DiagnosticBuilder&) { return ExprError(); } function in namespace:clang
/external/clang/include/clang/Parse/
H A DParser.h267 ExprResult ExprError() { return ExprResult(true); } function in class:clang::Parser
270 ExprResult ExprError(const DiagnosticBuilder &) { return ExprError(); } function in class:clang::Parser

Completed in 307 milliseconds