reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/FrontendTool/Utils.h
   34 bool ExecuteCompilerInvocation(CompilerInstance *Clang);

References

tools/clang/tools/driver/cc1_main.cpp
  250     Success = ExecuteCompilerInvocation(Clang.get());
tools/clang/unittests/Frontend/OutputStreamTest.cpp
   42   bool Success = ExecuteCompilerInvocation(&Compiler);
   68   bool Success = ExecuteCompilerInvocation(&Compiler);
   97     Success = ExecuteCompilerInvocation(&Compiler);