Searched refs:ExecuteCompilerInvocation (Results 1 – 5 of 5) sorted by relevance
26 bool ExecuteCompilerInvocation(CompilerInstance *Clang);
9 SRCS+= ExecuteCompilerInvocation.cpp
27 ExecuteCompilerInvocation.cpp
164 bool clang::ExecuteCompilerInvocation(CompilerInstance *Clang) { in ExecuteCompilerInvocation() function in clang
110 Success = ExecuteCompilerInvocation(Clang.get()); in cc1_main()