Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-include-fixer/
DIncludeFixer.h78 llvm::Expected<tooling::Replacements> createIncludeFixerReplacements(
DIncludeFixer.cpp124 auto Reps = createIncludeFixerReplacements( in addDiagnosticsForContext()
403 llvm::Expected<tooling::Replacements> createIncludeFixerReplacements( in createIncludeFixerReplacements() function
/external/llvm-project/clang-tools-extra/clang-include-fixer/tool/
DClangIncludeFixer.cpp332 auto Replacements = clang::include_fixer::createIncludeFixerReplacements( in includeFixerMain()
419 auto Replacements = clang::include_fixer::createIncludeFixerReplacements( in includeFixerMain()
/external/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
DIncludeFixerTest.cpp107 auto Replaces = createIncludeFixerReplacements(Code, FixerContexts.front()); in runIncludeFixer()