Home
last modified time | relevance | path

Searched refs:FileContentMappings (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h23 using clang::tooling::FileContentMappings;
88 const FileContentMappings &VirtualMappedFiles = FileContentMappings(),
149 FileContentMappings(), getFilenameForTesting(Lang)); in matchesConditionally()
177 FileContentMappings(), "input.m");
182 return matchesConditionally(Code, AMatcher, true, {}, FileContentMappings(), in matchesC()
433 FileContentMappings(), getFilenameForTesting(TestConfig.Language)); in matches()
441 FileContentMappings(), getFilenameForTesting(TestConfig.Language)); in notMatches()
H A DASTMatchersInternalTest.cpp317 FileContentMappings M; in TEST()
325 FileContentMappings M; in TEST()
339 FileContentMappings M; in TEST()
H A DASTMatchersTraversalTest.cpp603 FileContentMappings M; in TEST()
/llvm-project-15.0.7/clang/include/clang/Tooling/
H A DTooling.h171 using FileContentMappings = std::vector<std::pair<std::string, std::string>>; variable
192 const FileContentMappings &VirtualMappedFiles = FileContentMappings());
235 const FileContentMappings &VirtualMappedFiles = FileContentMappings(),
/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTestingSupport.h83 const tooling::FileContentMappings &VirtualMappedFiles = {}) {
157 const tooling::FileContentMappings &VirtualMappedFiles = {}) {
210 const tooling::FileContentMappings &VirtualMappedFiles = {}) {
H A DChromiumCheckModelTest.cpp133 const tooling::FileContentMappings FileContents = { in runDataflow()
H A DUncheckedOptionalAccessModelTest.cpp1237 const tooling::FileContentMappings FileContents(Headers.begin(), in ExpectDiagnosticsFor()
H A DTypeErasedDataflowAnalysisTest.cpp177 tooling::FileContentMappings FilesContents; in runDataflow()
531 tooling::FileContentMappings FilesContents; in runDataflow()
/llvm-project-15.0.7/clang/unittests/Rename/
H A DClangRenameTest.h55 tooling::FileContentMappings FileContents = {{HeaderName, HeaderContent}, in runClangRenameOnCode()
/llvm-project-15.0.7/clang/unittests/AST/
H A DRandstructTest.cpp101 tooling::FileContentMappings(), &IgnoringConsumer); in makeAST()
119 tooling::FileContentMappings(), &IgnoringConsumer); in makeAST()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DTooling.cpp224 const FileContentMappings &VirtualMappedFiles) { in runToolOnCodeWithArgs()
649 ArgumentsAdjuster Adjuster, const FileContentMappings &VirtualMappedFiles, in buildASTFromCodeWithArgs()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DToolingTest.cpp150 getClangStripDependencyFileAdjuster(), FileContentMappings(), &Consumer); in TEST()
H A DTransformerTest.cpp197 FileContentMappings FileContents = {{"header.h", ""}};