Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/FileCheck/
HDFileCheck.cpp257 return ErrorDiagnostic::get( in getImplicitFormat()
291 return ErrorDiagnostic::get(SM, Str, "empty variable name"); in parseVariable()
301 return ErrorDiagnostic::get(SM, Str.slice(I, StringRef::npos), in parseVariable()
307 return ErrorDiagnostic::get(SM, Str, "invalid variable name"); in parseVariable()
332 char ErrorDiagnostic::ID = 0;
346 return ErrorDiagnostic::get( in parseNumericVariableDefinition()
352 return ErrorDiagnostic::get( in parseNumericVariableDefinition()
357 return ErrorDiagnostic::get( in parseNumericVariableDefinition()
365 return ErrorDiagnostic::get( in parseNumericVariableDefinition()
378 return ErrorDiagnostic::get( in parseNumericVariableUse()
[all …]
HDFileCheckImpl.h487 class ErrorDiagnostic : public ErrorInfo<ErrorDiagnostic> {
495 ErrorDiagnostic(SMDiagnostic &&Diag, SMRange Range) in ErrorDiagnostic() function
510 return make_error<ErrorDiagnostic>(
/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDASTStructuralEquivalence.h126 unsigned getApplicableDiagnostic(unsigned ErrorDiagnostic);
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDASTStructuralEquivalence.cpp2366 unsigned ErrorDiagnostic) { in getApplicableDiagnostic() argument
2368 return ErrorDiagnostic; in getApplicableDiagnostic()
2370 switch (ErrorDiagnostic) { in getApplicableDiagnostic()