Home
last modified time | relevance | path

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

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