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(),
119 "", FileContentMappings(), "input.m"); in matchesObjC()
124 return matchesConditionally(Code, AMatcher, true, "", FileContentMappings(), in matchesC()
131 return matchesConditionally(Code, AMatcher, false, "", FileContentMappings(), in notMatchesC()
140 "", FileContentMappings(), "input.m"); in notMatchesObjC()
DASTMatchersTest.cpp4980 FileContentMappings M; in TEST()
4988 FileContentMappings M; in TEST()
5002 FileContentMappings M; in TEST()
/external/clang/include/clang/Tooling/
DTooling.h157 typedef std::vector<std::pair<std::string, std::string>> FileContentMappings; typedef
175 const FileContentMappings &VirtualMappedFiles = FileContentMappings());
/external/clang/lib/Tooling/
DTooling.cpp124 const FileContentMappings &VirtualMappedFiles) { in runToolOnCodeWithArgs()