Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h182 std::vector<std::string> getCC1CommandLine() const;
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp461 LastCC1Arguments = CI.getCC1CommandLine(); in setLastCC1Arguments()
H A DModuleDepCollector.cpp28 BuildInfo = CI->getCC1CommandLine(); in getBuildArguments()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp5059 std::vector<std::string> CompilerInvocationBase::getCC1CommandLine() const { in getCC1CommandLine() function in CompilerInvocationBase