Searched defs:CompilerInstance (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCompilerInstance.h1 //===-- CompilerInstance.h - Clang Compiler Instance ------------*- C++ -*-===//
53 /// CompilerInstance - Helper class for managing a single instance of the Clang
56 /// The CompilerInstance serves two purposes:
65 /// object and retaking ownership prior to destroying the CompilerInstance.
69 /// come in two forms; a short form that reuses the CompilerInstance objects,
71 class CompilerInstance : public ModuleLoader { class in namespace:clang
177 CompilerInstance(const CompilerInstance &) = delete;
178 void operator=(const CompilerInstance &) = delete;
180 explicit CompilerInstance(
[all...]
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp1 //===--- CompilerInstance.cpp ---------------------------------------------===//
10 #include "clang/Frontend/CompilerInstance.h"
55 CompilerInstance::CompilerInstance( function in class:CompilerInstance
64 CompilerInstance::~CompilerInstance() {
68 void CompilerInstance::setInvocation(CompilerInvocation *Value) {
72 bool CompilerInstance::shouldBuildGlobalModuleIndex() const {
79 void CompilerInstance::setDiagnostics(DiagnosticsEngine *Value) {
83 void CompilerInstance
[all...]

Completed in 428 milliseconds