Searched refs:LookupPCMPath (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang/lib/Tooling/DependencyScanning/ |
D | ModuleDepCollector.cpp | 21 std::function<StringRef(ClangModuleDep)> LookupPCMPath, in getFullCommandLine() argument 29 ClangModuleDeps, LookupPCMPath, LookupModuleDeps, Ret); in getFullCommandLine() 36 std::function<StringRef(ClangModuleDep)> LookupPCMPath, in appendCommonModuleArguments() argument 49 Result.push_back(("-fmodule-file=" + LookupPCMPath(CMD)).str()); in appendCommonModuleArguments()
|
D | DependencyScanningTool.cpp | 17 std::function<StringRef(ClangModuleDep)> LookupPCMPath, in getAdditionalCommandLine() argument 22 ClangModuleDeps, LookupPCMPath, LookupModuleDeps, Ret); in getAdditionalCommandLine()
|
/external/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
D | ModuleDepCollector.h | 92 std::function<StringRef(ClangModuleDep)> LookupPCMPath, 102 std::function<StringRef(ClangModuleDep)> LookupPCMPath,
|
D | DependencyScanningTool.h | 68 std::function<StringRef(ClangModuleDep)> LookupPCMPath,
|