HomeSort by relevance Sort by last modified time
    Searched defs:CompilerInstance (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Frontend/
CompilerInstance.cpp 1 //===--- CompilerInstance.cpp ---------------------------------------------===//
10 #include "clang/Frontend/CompilerInstance.h"
50 CompilerInstance::CompilerInstance()
55 CompilerInstance::~CompilerInstance() {
59 void CompilerInstance::setInvocation(CompilerInvocation *Value) {
63 bool CompilerInstance::shouldBuildGlobalModuleIndex() const {
69 void CompilerInstance::setDiagnostics(DiagnosticsEngine *Value) {
73 void CompilerInstance::setTarget(TargetInfo *Value)
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 1 //===-- CompilerInstance.h - Clang Compiler Instance ------------*- C++ -*-===//
49 /// CompilerInstance - Helper class for managing a single instance of the Clang
52 /// The CompilerInstance serves two purposes:
61 /// object and retaking ownership prior to destroying the CompilerInstance.
65 /// come in two forms; a short form that reuses the CompilerInstance objects,
67 class CompilerInstance : public ModuleLoader {
141 CompilerInstance(const CompilerInstance &) LLVM_DELETED_FUNCTION;
142 void operator=(const CompilerInstance &) LLVM_DELETED_FUNCTION;
144 CompilerInstance();
    [all...]

Completed in 25 milliseconds