Home
last modified time | relevance | path

Searched refs:ErrorDiagnostic (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp141 return ErrorDiagnostic::get(SM, StrVal, IntegerParseErrorStr); in valueFromStringRepr()
150 return ErrorDiagnostic::get(SM, StrVal, IntegerParseErrorStr); in valueFromStringRepr()
155 return ErrorDiagnostic::get(SM, StrVal, "missing alternate form prefix"); in valueFromStringRepr()
407 return ErrorDiagnostic::get( in getImplicitFormat()
442 return ErrorDiagnostic::get(SM, Str, "empty variable name"); in parseVariable()
452 return ErrorDiagnostic::get(SM, Str, "invalid variable name"); in parseVariable()
477 char ErrorDiagnostic::ID = 0;
491 return ErrorDiagnostic::get( in parseNumericVariableDefinition()
498 return ErrorDiagnostic::get( in parseNumericVariableDefinition()
503 return ErrorDiagnostic::get( in parseNumericVariableDefinition()
[all …]
H A DFileCheckImpl.h536 class ErrorDiagnostic : public ErrorInfo<ErrorDiagnostic> {
544 ErrorDiagnostic(SMDiagnostic &&Diag, SMRange Range) in ErrorDiagnostic() function
559 return make_error<ErrorDiagnostic>(
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTStructuralEquivalence.h122 unsigned getApplicableDiagnostic(unsigned ErrorDiagnostic);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1948 unsigned ErrorDiagnostic) { in getApplicableDiagnostic() argument
1950 return ErrorDiagnostic; in getApplicableDiagnostic()
1952 switch (ErrorDiagnostic) { in getApplicableDiagnostic()