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

  /external/clang/lib/Frontend/
CompilerInstance.cpp 1 //===--- CompilerInstance.cpp ---------------------------------------------===//
10 #include "clang/Frontend/CompilerInstance.h"
55 CompilerInstance::CompilerInstance(
64 CompilerInstance::~CompilerInstance() {
68 void CompilerInstance::setInvocation(CompilerInvocation *Value) {
72 bool CompilerInstance::shouldBuildGlobalModuleIndex() const {
79 void CompilerInstance::setDiagnostics(DiagnosticsEngine *Value) {
83 void CompilerInstance::setTarget(TargetInfo *Value) { Target = Value;
    [all...]
  /external/clang/include/clang/Frontend/
CompilerInstance.h 1 //===-- 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 {
177 CompilerInstance(const CompilerInstance &) = delete;
178 void operator=(const CompilerInstance &) = delete;
180 explicit CompilerInstance(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 1 //===-- CompilerInstance.h - Clang Compiler Instance ------------*- C++ -*-===//
54 /// CompilerInstance - Helper class for managing a single instance of the Clang
57 /// The CompilerInstance serves two purposes:
66 /// object and retaking ownership prior to destroying the CompilerInstance.
70 /// come in two forms; a short form that reuses the CompilerInstance objects,
72 class CompilerInstance : public ModuleLoader {
179 CompilerInstance(const CompilerInstance &) = delete;
180 void operator=(const CompilerInstance &) = delete;
182 explicit CompilerInstance(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 1 //===-- CompilerInstance.h - Clang Compiler Instance ------------*- C++ -*-===//
54 /// CompilerInstance - Helper class for managing a single instance of the Clang
57 /// The CompilerInstance serves two purposes:
66 /// object and retaking ownership prior to destroying the CompilerInstance.
70 /// come in two forms; a short form that reuses the CompilerInstance objects,
72 class CompilerInstance : public ModuleLoader {
179 CompilerInstance(const CompilerInstance &) = delete;
180 void operator=(const CompilerInstance &) = delete;
182 explicit CompilerInstance(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 1 //===-- CompilerInstance.h - Clang Compiler Instance ------------*- C++ -*-===//
54 /// CompilerInstance - Helper class for managing a single instance of the Clang
57 /// The CompilerInstance serves two purposes:
66 /// object and retaking ownership prior to destroying the CompilerInstance.
70 /// come in two forms; a short form that reuses the CompilerInstance objects,
72 class CompilerInstance : public ModuleLoader {
179 CompilerInstance(const CompilerInstance &) = delete;
180 void operator=(const CompilerInstance &) = delete;
182 explicit CompilerInstance(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 1 //===-- CompilerInstance.h - Clang Compiler Instance ------------*- C++ -*-===//
54 /// CompilerInstance - Helper class for managing a single instance of the Clang
57 /// The CompilerInstance serves two purposes:
66 /// object and retaking ownership prior to destroying the CompilerInstance.
70 /// come in two forms; a short form that reuses the CompilerInstance objects,
72 class CompilerInstance : public ModuleLoader {
179 CompilerInstance(const CompilerInstance &) = delete;
180 void operator=(const CompilerInstance &) = delete;
182 explicit CompilerInstance(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 1 //===-- CompilerInstance.h - Clang Compiler Instance ------------*- C++ -*-===//
54 /// CompilerInstance - Helper class for managing a single instance of the Clang
57 /// The CompilerInstance serves two purposes:
66 /// object and retaking ownership prior to destroying the CompilerInstance.
70 /// come in two forms; a short form that reuses the CompilerInstance objects,
72 class CompilerInstance : public ModuleLoader {
179 CompilerInstance(const CompilerInstance &) = delete;
180 void operator=(const CompilerInstance &) = delete;
182 explicit CompilerInstance(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 1 //===-- CompilerInstance.h - Clang Compiler Instance ------------*- C++ -*-===//
54 /// CompilerInstance - Helper class for managing a single instance of the Clang
57 /// The CompilerInstance serves two purposes:
66 /// object and retaking ownership prior to destroying the CompilerInstance.
70 /// come in two forms; a short form that reuses the CompilerInstance objects,
72 class CompilerInstance : public ModuleLoader {
179 CompilerInstance(const CompilerInstance &) = delete;
180 void operator=(const CompilerInstance &) = delete;
182 explicit CompilerInstance(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 1 //===-- CompilerInstance.h - Clang Compiler Instance ------------*- C++ -*-===//
54 /// CompilerInstance - Helper class for managing a single instance of the Clang
57 /// The CompilerInstance serves two purposes:
66 /// object and retaking ownership prior to destroying the CompilerInstance.
70 /// come in two forms; a short form that reuses the CompilerInstance objects,
72 class CompilerInstance : public ModuleLoader {
179 CompilerInstance(const CompilerInstance &) = delete;
180 void operator=(const CompilerInstance &) = delete;
182 explicit CompilerInstance(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
CompilerInstance.h 1 //===-- CompilerInstance.h - Clang Compiler Instance ------------*- C++ -*-===//
54 /// CompilerInstance - Helper class for managing a single instance of the Clang
57 /// The CompilerInstance serves two purposes:
66 /// object and retaking ownership prior to destroying the CompilerInstance.
70 /// come in two forms; a short form that reuses the CompilerInstance objects,
72 class CompilerInstance : public ModuleLoader {
179 CompilerInstance(const CompilerInstance &) = delete;
180 void operator=(const CompilerInstance &) = delete;
182 explicit CompilerInstance(
    [all...]

Completed in 915 milliseconds