HomeSort by: relevance | last modified time | path
    Searched defs:ExprError (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Ownership.h 278 inline ExprResult ExprError() { return ExprResult(true); }
282 inline ExprResult ExprError(const StreamingDiagnostic &) {
283 return ExprError();
Sema.h 1676 /// return ExprError();
1722 friend ExprResult ExprError(const SemaDiagnosticBuilder &) {
1723 return ExprError();
1728 operator ExprResult() const { return ExprError(); }
4178 /// were typos that were all successfully corrected and ExprError if one or
4191 /// corrections. As long as the filter returns ExprError, different
11504 /// set to ExprError(). Note that this function may still return
11995 /// return ExprError();
12019 /// return ExprError();
12035 /// return ExprError();
    [all...]

Completed in 40 milliseconds