Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Tooling/DependencyScanning/
DModuleDepCollector.cpp21 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()
DDependencyScanningTool.cpp17 std::function<StringRef(ClangModuleDep)> LookupPCMPath, in getAdditionalCommandLine() argument
22 ClangModuleDeps, LookupPCMPath, LookupModuleDeps, Ret); in getAdditionalCommandLine()
/external/llvm-project/clang/include/clang/Tooling/DependencyScanning/
DModuleDepCollector.h92 std::function<StringRef(ClangModuleDep)> LookupPCMPath,
102 std::function<StringRef(ClangModuleDep)> LookupPCMPath,
DDependencyScanningTool.h68 std::function<StringRef(ClangModuleDep)> LookupPCMPath,