Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h161 void generateCC1CommandLine(llvm::SmallVectorImpl<const char *> &Args, in generateCC1CommandLine() function
163 generateCC1CommandLine([&](const Twine &Arg) { in generateCC1CommandLine()
176 void generateCC1CommandLine(ArgumentConsumer Consumer) const;
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp407 CI.generateCC1CommandLine([&](const Twine &Arg) { in getModuleContextHash()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp927 Invocation.generateCC1CommandLine(Args, SA); in checkCC1RoundTrip()
4909 Invocation.generateCC1CommandLine(Args, SA); in CreateFromArgs()
5035 void CompilerInvocationBase::generateCC1CommandLine( in generateCC1CommandLine() function in CompilerInvocationBase
5061 generateCC1CommandLine( in getCC1CommandLine()