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

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

Completed in 51 milliseconds