Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h34 std::string PCMFile; member
39 PCMFile(M->getASTFile()->getName()), in PrebuiltModuleDep()
/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp36 Args.push_back("-fmodule-file=" + PMD.PCMFile); in getCommandLineWithoutModulePaths()
H A DModuleDepCollector.cpp82 CI.getFrontendOpts().ModuleFiles.push_back(PrebuiltModule.PCMFile); in makeInvocationForModuleBuildWithoutPaths()