Home
last modified time | relevance | path

Searched defs:FileContentMappings (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Tooling/
DTooling.h157 typedef std::vector<std::pair<std::string, std::string>> FileContentMappings; typedef
/external/llvm-project/clang/include/clang/Tooling/
DTooling.h164 using FileContentMappings = std::vector<std::pair<std::string, std::string>>; variable