Searched refs:generateCC1CommandLine (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/unittests/Frontend/ |
H A D | CompilerInvocationTest.cpp | 176 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 D | CompilerInvocation.h | 161 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 D | ModuleDepCollector.cpp | 419 CI.generateCC1CommandLine([&](const Twine &Arg) { in getModuleContextHash()
|
/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 949 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
|