Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp338 CI.generateCC1CommandLine([&](const Twine &Arg) { in getModuleContextHash()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp903 Invocation.generateCC1CommandLine(Args, SA); in checkCC1RoundTrip()
4700 Invocation.generateCC1CommandLine(Args, SA); in CreateFromArgs()
4825 void CompilerInvocationBase::generateCC1CommandLine( in generateCC1CommandLine() function in CompilerInvocationBase
4850 generateCC1CommandLine( in getCC1CommandLine()