HomeSort by: relevance | last modified time | path
    Searched defs:CompilerInstance (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Frontend/
CompilerInstance.h 1 //===-- CompilerInstance.h - Clang Compiler Instance ------------*- C++ -*-===//
55 /// CompilerInstance - Helper class for managing a single instance of the Clang
58 /// The CompilerInstance serves two purposes:
67 /// object and retaking ownership prior to destroying the CompilerInstance.
71 /// come in two forms; a short form that reuses the CompilerInstance objects,
73 class CompilerInstance : public ModuleLoader {
181 CompilerInstance(const CompilerInstance &) = delete;
182 void operator=(const CompilerInstance &) = delete;
184 explicit CompilerInstance(
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInstance.cpp 1 //===--- CompilerInstance.cpp ---------------------------------------------===//
9 #include "clang/Frontend/CompilerInstance.h"
58 CompilerInstance::CompilerInstance(
67 CompilerInstance::~CompilerInstance() {
71 void CompilerInstance::setInvocation(
76 bool CompilerInstance::shouldBuildGlobalModuleIndex() const {
83 void CompilerInstance::setDiagnostics(DiagnosticsEngine *Value) {
87 void CompilerInstance::setVerboseOutputStream(raw_ostream &Value)
    [all...]

Completed in 28 milliseconds