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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DOwnership.h271 inline ExprResult ExprError() { return ExprResult(true); } function in namespace:clang
274 inline ExprResult ExprError(const DiagnosticBuilder&) { return ExprError(); } function in namespace:clang
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h252 ExprResult ExprError() { return ExprResult(true); } function in class:clang::Parser
255 ExprResult ExprError(const DiagnosticBuilder &) { return ExprError(); } function in class:clang::Parser

Completed in 164 milliseconds