Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/FrontendTool/
H A DUtils.h34 bool ExecuteCompilerInvocation(CompilerInstance *Clang);
/netbsd-src/external/apache2/llvm/lib/libclangFrontendTool/
H A DMakefile9 SRCS+= ExecuteCompilerInvocation.cpp
/netbsd-src/external/apache2/llvm/dist/clang/lib/FrontendTool/
H A DCMakeLists.txt27 ExecuteCompilerInvocation.cpp
H A DExecuteCompilerInvocation.cpp187 bool ExecuteCompilerInvocation(CompilerInstance *Clang) { in ExecuteCompilerInvocation() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/FrontendTool/
H A DBUILD.gn26 sources = [ "ExecuteCompilerInvocation.cpp" ]
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1_main.cpp246 Success = ExecuteCompilerInvocation(Clang.get()); in cc1_main()