Home
last modified time | relevance | path

Searched refs:PCMPaths (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp24 std::vector<std::string> PCMPaths; in getAdditionalArgs() local
27 ClangModuleDeps, LookupPCMPath, LookupModuleDeps, PCMPaths, ModMapPaths); in getAdditionalArgs()
28 for (const std::string &PCMPath : PCMPaths) in getAdditionalArgs()
H A DModuleDepCollector.cpp82 std::vector<std::string> &PCMPaths, std::vector<std::string> &ModMapPaths) { in collectPCMAndModuleMapPaths() argument
93 PCMPaths.push_back(LookupPCMPath(MID).str()); in collectPCMAndModuleMapPaths()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h108 std::vector<std::string> &PCMPaths, std::vector<std::string> &ModMapPaths);