Home
last modified time | relevance | path

Searched refs:createInvocationFromCommandLine (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCreateInvocationFromCommandLine.cpp27 std::unique_ptr<CompilerInvocation> clang::createInvocationFromCommandLine( in createInvocationFromCommandLine() function in clang
H A DASTUnit.cpp1733 CI = createInvocationFromCommandLine( in LoadFromCommandLine()
/netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp70 createInvocationFromCommandLine(Args, InterimDiags); in createDiagnostics()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DUtils.h220 std::unique_ptr<CompilerInvocation> createInvocationFromCommandLine(
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dcore_main.cpp223 auto CInvok = createInvocationFromCommandLine(ArgsWithProgName, Diags); in printSourceSymbols()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp512 createInvocationFromCommandLine(*Args, Diags); in clang_indexSourceFile_Impl()