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

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CloneDetection.h 397 /// If Suggestion is a nullptr then it's not possible to fix the pattern
399 const VarDecl *Suggestion;
401 const VarDecl *Suggestion)
402 : Variable(Variable), Mention(Mention), Suggestion(Suggestion) {}
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Warnings.cpp 37 StringRef Suggestion = DiagnosticIDs::getNearestOption(Flavor, Opt);
40 << (Prefix.str() += std::string(Opt)) << !Suggestion.empty()
41 << (Prefix.str() += std::string(Suggestion));
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CloneDetection.cpp 614 // clones in the pair always has suggestion, we swap the two clones
617 if (!FirstMismatch->FirstCloneInfo.Suggestion)
620 // This ensures that we always have at least one suggestion in a pair.
621 assert(FirstMismatch->FirstCloneInfo.Suggestion);
  /src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/AsmParser/
CSKYAsmParser.cpp 319 std::string Suggestion =
321 return Error(IDLoc, "unrecognized instruction mnemonic" + Suggestion);
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 1541 std::string Suggestion = SystemZMnemonicSpellCheck(
1543 return Error(IDLoc, "invalid instruction" + Suggestion,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/
PPCAsmParser.cpp 1167 std::string Suggestion = PPCMnemonicSpellCheck(
1169 return Error(IDLoc, "invalid instruction" + Suggestion,
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
RISCVAsmParser.cpp 999 std::string Suggestion =
1001 return Error(IDLoc, "unrecognized instruction mnemonic" + Suggestion);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclAttr.cpp 1668 StringRef Suggestion;
1673 Suggestion = KnownAssumptionIt.getKey();
1678 if (!Suggestion.empty())
1680 << AssumptionStr << Suggestion;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 4629 std::string Suggestion = AArch64MnemonicSpellCheck(
4632 return Error(Loc, "unrecognized instruction mnemonic" + Suggestion);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp 4317 std::string Suggestion = AMDGPUMnemonicSpellCheck(Mnemo, FBS);
4318 return Error(IDLoc, "invalid instruction" + Suggestion);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 6942 std::string Suggestion = MipsMnemonicSpellCheck(Name, FBS);
6943 return Error(NameLoc, "unknown instruction" + Suggestion);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 10992 std::string Suggestion = ARMMnemonicSpellCheck(
10994 return Error(IDLoc, "invalid instruction" + Suggestion,

Completed in 81 milliseconds