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

/external/clang/include/clang/Sema/
H A DOwnership.h449 inline ExprResult ExprError() { return ExprResult(true); } function in namespace:clang
452 inline ExprResult ExprError(const DiagnosticBuilder&) { return ExprError(); } function in namespace:clang
/external/clang/include/clang/Parse/
H A DParser.h242 ExprResult ExprError() { return ExprResult(true); } function in class:clang::Parser
245 ExprResult ExprError(const DiagnosticBuilder &) { return ExprError(); } function in class:clang::Parser

Completed in 57 milliseconds