reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/extra/clang-tidy/utils/IncludeInserter.h
   68   CreateIncludeInsertion(FileID FileID, llvm::StringRef Header, bool IsAngled);

References

tools/clang/tools/extra/clang-tidy/abseil/StringFindStartswithCheck.cpp
  108   auto IncludeHint = IncludeInserter->CreateIncludeInsertion(
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/InitVariablesCheck.cpp
   95       auto IncludeHint = IncludeInserter->CreateIncludeInsertion(
tools/clang/tools/extra/clang-tidy/cppcoreguidelines/ProBoundsConstantArrayIndexCheck.cpp
   97       Optional<FixItHint> Insertion = Inserter->CreateIncludeInsertion(
tools/clang/tools/extra/clang-tidy/modernize/MakeSmartPtrCheck.cpp
  435   if (auto IncludeFixit = Inserter->CreateIncludeInsertion(
tools/clang/tools/extra/clang-tidy/modernize/PassByValueCheck.cpp
  225   if (auto IncludeFixit = Inserter->CreateIncludeInsertion(
tools/clang/tools/extra/clang-tidy/modernize/ReplaceAutoPtrCheck.cpp
  163             Inserter->CreateIncludeInsertion(SM.getMainFileID(), "utility",
tools/clang/tools/extra/clang-tidy/modernize/ReplaceRandomShuffleCheck.cpp
   98           IncludeInserter->CreateIncludeInsertion(
tools/clang/tools/extra/clang-tidy/performance/TypePromotionInMathFnCheck.cpp
  195     if (auto IncludeFixit = IncludeInserter->CreateIncludeInsertion(
tools/clang/tools/extra/clang-tidy/performance/UnnecessaryValueParamCheck.cpp
  204   if (auto IncludeFixit = Inserter->CreateIncludeInsertion(
tools/clang/tools/extra/clang-tidy/utils/TransformerClangTidyCheck.cpp
  103     if (Optional<FixItHint> Fix = Inserter->CreateIncludeInsertion(
tools/clang/tools/extra/unittests/clang-tidy/IncludeInserterTest.cpp
   49       auto Fixit = Inserter->CreateIncludeInsertion(