Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInvocation.h242 std::vector<std::string> getCC1CommandLine() const;
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp297 LastCC1Arguments = CI.getCC1CommandLine(); in setLastCC1Arguments()
H A DModuleDepCollector.cpp489 MD.BuildArguments = CI.getCC1CommandLine(); in handleTopLevelModule()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp4713 std::vector<std::string> CompilerInvocation::getCC1CommandLine() const { in getCC1CommandLine() function in CompilerInvocation