HomeSort by relevance Sort by last modified time
    Searched refs:ExprError (Results 1 - 25 of 26) sorted by null

1 2

  /external/clang/lib/Parse/
ParseExpr.cpp 219 return ExprError();
298 LHS = ExprError();
346 return ExprError();
370 LHS = ExprError();
389 RHS = ExprError();
401 LHS = ExprError();
416 LHS = ExprError();
742 return ExprError();
764 return ExprError();
    [all...]
ParseExprCXX.cpp 517 return ExprError();
569 return ExprError();
579 /// If we are not looking at a lambda expression, returns ExprError().
888 return ExprError();
    [all...]
ParseInit.cpp 190 return ExprError();
248 return ExprError();
289 return ExprError();
383 return ExprError();
482 return ExprError(); // an error occurred.
ParseObjc.cpp     [all...]
Parser.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 253 return ExprError();
460 return ExprError();
659 return ExprError();
669 return ExprError();
674 return ExprError();
723 if (result.isInvalid()) return ExprError();
755 return ExprError();
849 return ExprError();
    [all...]
SemaPseudoObject.cpp 330 if (getExpr.isInvalid()) return ExprError();
358 if (opLHS.isInvalid()) return ExprError();
365 if (result.isInvalid()) return ExprError();
380 if (result.isInvalid()) return ExprError();
398 if (result.isInvalid()) return ExprError();
418 if (result.isInvalid()) return ExprError();
424 if (result.isInvalid()) return ExprError();
634 return ExprError();
675 return ExprError();
679 if (result.isInvalid()) return ExprError();
    [all...]
SemaExprCXX.cpp 303 return ExprError();
318 if (result.isInvalid()) return ExprError();
329 return ExprError();
339 if (Result.isInvalid()) return ExprError();
371 return ExprError(Diag(OpLoc, diag::err_need_header_before_typeid));
379 return ExprError(Diag(OpLoc, diag::err_need_header_before_typeid));
390 return ExprError();
429 return ExprError(Diag(TypeidLoc, diag::err_uuidof_without_guid));
446 return ExprError(Diag(TypeidLoc, diag::err_uuidof_without_guid));
465 return ExprError(Diag(OpLoc, diag::err_need_header_before_ms_uuidof))
    [all...]
TreeTransform.h     [all...]
SemaExpr.cpp 313 if (result.isInvalid()) return ExprError();
365 if (result.isInvalid()) return ExprError();
427 return ExprError();
430 return ExprError();
520 return ExprError();
543 return ExprError();
550 return ExprError();
558 return ExprError();
603 return ExprError();
608 return ExprError();
    [all...]
SemaExprObjC.cpp 272 return ExprError();
279 return ExprError();
313 return ExprError();
333 return ExprError();
360 return ExprError();
375 return ExprError();
385 return ExprError();
408 return ExprError();
431 return ExprError();
435 return ExprError();
    [all...]
SemaCast.cpp 223 return ExprError();
257 return ExprError();
267 return ExprError();
278 return ExprError();
289 return ExprError();
    [all...]
SemaOverload.cpp 50 return ExprError();
    [all...]
SemaChecking.cpp 109 return ExprError();
114 return ExprError();
123 return ExprError();
127 return ExprError();
135 return ExprError();
143 return ExprError();
147 return ExprError();
151 return ExprError();
260 return ExprError();
271 return ExprError();
    [all...]
SemaTemplateVariadic.cpp 460 return ExprError();
469 return ExprError();
781 return ExprError();
787 return ExprError();
SemaInit.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaStmt.cpp     [all...]
SemaTemplateInstantiate.cpp     [all...]
Sema.cpp     [all...]
SemaLambda.cpp 766 return ExprError();
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Ownership.h 449 inline ExprResult ExprError() { return ExprResult(true); }
452 inline ExprResult ExprError(const DiagnosticBuilder&) { return ExprError(); }
  /external/clang/include/clang/Parse/
Parser.h 242 ExprResult ExprError() { return ExprResult(true); }
245 ExprResult ExprError(const DiagnosticBuilder &) { return ExprError(); }
    [all...]

Completed in 400 milliseconds

1 2