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"
59 CompilerInstance::CompilerInstance()
63 CompilerInstance::~CompilerInstance() {
66 void CompilerInstance::setInvocation(CompilerInvocation *Value) {
70 void CompilerInstance::setDiagnostics(DiagnosticsEngine *Value) {
74 void CompilerInstance::setTarget(TargetInfo *Value) {
78 void CompilerInstance::setFileManager(FileManager *Value)
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 1 //===-- CompilerInstance.h - Clang Compiler Instance ------------*- C++ -*-===//
42 /// CompilerInstance - Helper class for managing a single instance of the Clang
45 /// The CompilerInstance serves two purposes:
54 /// object and retaking ownership prior to destroying the CompilerInstance.
58 /// come in two forms; a short form that reuses the CompilerInstance objects,
60 class CompilerInstance : public ModuleLoader {
115 void operator=(const CompilerInstance &); // DO NOT IMPLEMENT
116 CompilerInstance(const CompilerInstance&); // DO NOT IMPLEMENT
118 CompilerInstance();
    [all...]

Completed in 57 milliseconds