Searched refs:ErrorDiagnostic (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 141 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 D | FileCheckImpl.h | 536 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 D | ASTStructuralEquivalence.h | 122 unsigned getApplicableDiagnostic(unsigned ErrorDiagnostic);
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ASTStructuralEquivalence.cpp | 1948 unsigned ErrorDiagnostic) { in getApplicableDiagnostic() argument 1950 return ErrorDiagnostic; in getApplicableDiagnostic() 1952 switch (ErrorDiagnostic) { in getApplicableDiagnostic()
|