Searched defs:IsError (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Lex/
H A DLiteralSupport.cpp307 bool IsError = (!Features.CPlusPlus11 || !in_char_string_literal); local
312 IsError ? diag::err_ucn_escape_basic_scs :
317 IsError ? diag::err_ucn_control_character :
320 if (IsError)
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1602 bool IsError = false; local
1625 IsError = true;
1652 IsError = true;
1677 IsError |= Arg.isInvalid();
1695 IsError |= CheckObjCMethodCall(
1698 return IsError;
H A DSemaExpr.cpp8337 bool IsError) {
8338 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_distinct_pointers
8394 bool IsError) {
8395 S.Diag(Loc, IsError ? diag::err_typecheck_comparison_of_fptr_to_void
8335 diagnoseDistinctPointerComparison(Sema &S, SourceLocation Loc, ExprResult &LHS, ExprResult &RHS, bool IsError) argument
8391 diagnoseFunctionPointerToVoidComparison(Sema &S, SourceLocation Loc, ExprResult &LHS, ExprResult &RHS, bool IsError) argument
/external/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp3357 bool IsError = parseSysAlias(Head, NameLoc, Operands); local
3358 if (IsError && getLexer().isNot(AsmToken::EndOfStatement))
3360 return IsError;

Completed in 318 milliseconds