Home
last modified time | relevance | path

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

/external/clang/unittests/ASTMatchers/
DASTMatchersTest.h25 using clang::tooling::FileContentMappings;
65 const FileContentMappings &VirtualMappedFiles = FileContentMappings(),
123 "", FileContentMappings(), "input.m"); in matchesObjC()
128 return matchesConditionally(Code, AMatcher, true, "", FileContentMappings(), in matchesC()
136 FileContentMappings(), "input.c"); in matchesC99()
142 return matchesConditionally(Code, AMatcher, false, "", FileContentMappings(), in notMatchesC()
151 "", FileContentMappings(), "input.m"); in notMatchesObjC()
DASTMatchersInternalTest.cpp198 FileContentMappings M; in TEST()
206 FileContentMappings M; in TEST()
220 FileContentMappings M; in TEST()
/external/clang/include/clang/Tooling/
DTooling.h157 typedef std::vector<std::pair<std::string, std::string>> FileContentMappings; typedef
178 const FileContentMappings &VirtualMappedFiles = FileContentMappings());
/external/clang/lib/Tooling/
DTooling.cpp129 const FileContentMappings &VirtualMappedFiles) { in runToolOnCodeWithArgs()