Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/FrontendTool/
H A DUtils.h34 bool ExecuteCompilerInvocation(CompilerInstance *Clang);
/freebsd-14.2/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp294 Success = ExecuteCompilerInvocation(Clang.get()); in cc1_main()
/freebsd-14.2/contrib/llvm-project/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp198 bool ExecuteCompilerInvocation(CompilerInstance *Clang) { in ExecuteCompilerInvocation() function
/freebsd-14.2/lib/clang/libclang/
H A DMakefile482 SRCS_MIN+= FrontendTool/ExecuteCompilerInvocation.cpp