Home | History | Annotate | Download | only in Frontend

Lines Matching refs:CompilerInstance

23 #include "clang/Frontend/CompilerInstance.h"
663 Diags = CompilerInstance::createDiagnostics(new DiagnosticOptions(),
938 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
1003 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
1072 OwningPtr<CompilerInstance> Clang(new CompilerInstance());
1075 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInstance>
1545 OwningPtr<CompilerInstance> Clang(new CompilerInstance());
1548 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInstance>
1684 void ASTUnit::transferASTDataFromCompilerInstance(CompilerInstance &CI) {
1790 OwningPtr<CompilerInstance> Clang(new CompilerInstance());
1793 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInstance>
1965 Diags = CompilerInstance::createDiagnostics(new DiagnosticOptions());
2383 OwningPtr<CompilerInstance> Clang(new CompilerInstance());
2386 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInstance>