Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h243 void generateCC1CommandLine(llvm::SmallVectorImpl<const char *> &Args,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp49 CI.generateCC1CommandLine(Args, SA); in serializeCompilerInvocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp4460 StringAllocator SA) { Invocation.generateCC1CommandLine(Args, SA); }, in CreateFromArgs()
4577 void CompilerInvocation::generateCC1CommandLine( in generateCC1CommandLine() function in CompilerInvocation