HomeSort by relevance Sort by last modified time
    Searched defs:ExprError (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
Ownership.h 257 inline ExprResult ExprError() { return ExprResult(true); }
260 inline ExprResult ExprError(const DiagnosticBuilder&) { return ExprError(); }
  /external/clang/include/clang/Parse/
Parser.h 251 ExprResult ExprError() { return ExprResult(true); }
254 ExprResult ExprError(const DiagnosticBuilder &) { return ExprError(); }
    [all...]

Completed in 853 milliseconds