Home
last modified time | relevance | path

Searched refs:createIncludeInsertion (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DIncludeInserter.cpp71 IncludeInserter::createIncludeInsertion(FileID FileID, llvm::StringRef Header) { in createIncludeInsertion() function in clang::tidy::utils::IncludeInserter
82 return getOrCreate(FileID).createIncludeInsertion(Header, IsAngled); in createIncludeInsertion()
89 return createIncludeInsertion(SourceMgr->getMainFileID(), Header); in createMainFileIncludeInsertion()
H A DIncludeInserter.h74 llvm::Optional<FixItHint> createIncludeInsertion(FileID FileID,
H A DIncludeSorter.h49 Optional<FixItHint> createIncludeInsertion(StringRef FileName, bool IsAngled);
H A DTransformerClangTidyCheck.cpp137 Diag << Inserter.createIncludeInsertion( in check()
H A DIncludeSorter.cpp152 Optional<FixItHint> IncludeSorter::createIncludeInsertion(StringRef FileName, in createIncludeInsertion() function in clang::tidy::utils::IncludeSorter
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DInitVariablesCheck.cpp111 Diagnostic << IncludeInserter.createIncludeInsertion( in check()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DReplaceRandomShuffleCheck.cpp93 Diag << IncludeInserter.createIncludeInsertion( in check()
H A DPassByValueCheck.cpp302 << Inserter.createIncludeInsertion( in check()
H A DMakeSmartPtrCheck.cpp439 Diag << Inserter.createIncludeInsertion(FD, MakeSmartPtrFunctionHeader); in insertHeader()
H A DLoopConvertCheck.cpp675 if (Optional<FixItHint> Insertion = Inserter.createIncludeInsertion( in doConversion()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DUniqueptrResetReleaseCheck.cpp147 D << Inserter.createIncludeInsertion( in check()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/
H A DStringFindStartswithCheck.cpp127 Diagnostic << IncludeInserter.createIncludeInsertion( in check()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DTypePromotionInMathFnCheck.cpp193 Diag << IncludeInserter.createIncludeInsertion( in check()
H A DUnnecessaryValueParamCheck.cpp192 << Inserter.createIncludeInsertion( in handleMoveFix()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DImplicitWideningOfMultiplicationResultCheck.cpp65 return IncludeInserter.createIncludeInsertion( in includeStddefHeader()