Home
last modified time | relevance | path

Searched refs:BuildInvocation (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp127 CompilerInvocation CI(BuildInvocation); in getCanonicalCommandLine()
161 return serializeCompilerInvocation(BuildInvocation); in getCanonicalCommandLineWithoutModulePaths()
339 MD.BuildInvocation = MDC.makeInvocationForModuleBuildWithoutPaths( in handleTopLevelModule()
340 MD, [&](CompilerInvocation &BuildInvocation) { in handleTopLevelModule() argument
342 optimizeHeaderSearchOpts(BuildInvocation.getHeaderSearchOpts(), in handleTopLevelModule()
351 MD.ID.ContextHash = MD.BuildInvocation.getModuleHash(); in handleTopLevelModule()
/llvm-project-15.0.7/clang/include/clang/Tooling/DependencyScanning/
H A DModuleDepCollector.h129 CompilerInvocation BuildInvocation; member