Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Frontend/
H A DCompilerInvocationTest.cpp176 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
187 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
230 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
241 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
264 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
275 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
298 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
309 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
332 Invocation.generateCC1CommandLine(GeneratedArgs, *this); in TEST_F()
344 Invocation.generateCC1CommandLine(GeneratedArg in TEST_F()
[all...]
/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;
/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp419 CI.generateCC1CommandLine([&](const Twine &Arg) { in getModuleContextHash()
/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp949 Invocation.generateCC1CommandLine(Args, SA); in getAllNoBuiltinFuncValues()
5061 Invocation.generateCC1CommandLine(Args, SA); in createVFSFromOverlayFiles()
5187 void CompilerInvocationBase::generateCC1CommandLine(
5213 generateCC1CommandLine(
4994 void CompilerInvocationBase::generateCC1CommandLine( generateCC1CommandLine() function in CompilerInvocationBase