HomeSort by: relevance | last modified time | path
    Searched refs:ErrorDiagnostic (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTStructuralEquivalence.h 122 unsigned getApplicableDiagnostic(unsigned ErrorDiagnostic);
  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheck.cpp 141 return ErrorDiagnostic::get(SM, StrVal, IntegerParseErrorStr);
150 return ErrorDiagnostic::get(SM, StrVal, IntegerParseErrorStr);
155 return ErrorDiagnostic::get(SM, StrVal, "missing alternate form prefix");
407 return ErrorDiagnostic::get(
442 return ErrorDiagnostic::get(SM, Str, "empty variable name");
452 return ErrorDiagnostic::get(SM, Str, "invalid variable name");
477 char ErrorDiagnostic::ID = 0;
491 return ErrorDiagnostic::get(
498 return ErrorDiagnostic::get(
503 return ErrorDiagnostic::get
    [all...]
FileCheckImpl.h 536 class ErrorDiagnostic : public ErrorInfo<ErrorDiagnostic> {
544 ErrorDiagnostic(SMDiagnostic &&Diag, SMRange Range)
559 return make_error<ErrorDiagnostic>(
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTStructuralEquivalence.cpp 1948 unsigned ErrorDiagnostic) {
1950 return ErrorDiagnostic;
1952 switch (ErrorDiagnostic) {

Completed in 20 milliseconds