HomeSort by relevance Sort by last modified time
    Searched refs:CompilerInstance (Results 1 - 25 of 41) sorted by null

1 2

  /external/clang/include/clang/FrontendTool/
Utils.h 20 class CompilerInstance;
26 bool ExecuteCompilerInvocation(CompilerInstance *Clang);
  /external/clang/include/clang/ARCMigrate/
ARCMTActions.h 22 virtual bool BeginInvocation(CompilerInstance &CI);
30 virtual bool BeginInvocation(CompilerInstance &CI);
39 virtual bool BeginInvocation(CompilerInstance &CI);
40 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
49 virtual bool BeginInvocation(CompilerInstance &CI);
63 CompilerInstance *CompInst;
70 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,StringRef InFile);
71 virtual bool BeginInvocation(CompilerInstance &CI);
  /external/clang/include/clang/Frontend/
FrontendAction.h 33 class CompilerInstance;
39 CompilerInstance *Instance;
44 ASTConsumer* CreateWrappedASTConsumer(CompilerInstance &CI,
64 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
73 virtual bool BeginInvocation(CompilerInstance &CI) { return true; }
79 virtual bool BeginSourceFileAction(CompilerInstance &CI,
106 CompilerInstance &getCompilerInstance() const {
111 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; }
188 /// CompilerInstance. When processing AST input files, these objects should
189 /// generally not be initialized in the CompilerInstance -- they wil
    [all...]
FrontendActions.h 28 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
43 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
49 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
55 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
61 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
67 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
73 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
79 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
93 static bool ComputeASTConsumerArguments(CompilerInstance &CI,
104 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI
    [all...]
ChainedIncludesSource.h 21 class CompilerInstance;
27 static ChainedIncludesSource *create(CompilerInstance &CI);
32 std::vector<CompilerInstance *> CIs;
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...]
Utils.h 28 class CompilerInstance;
  /external/clang/include/clang/Rewrite/Frontend/
FrontendActions.h 25 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
34 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
37 virtual bool BeginSourceFileAction(CompilerInstance &CI,
57 virtual bool BeginInvocation(CompilerInstance &CI);
62 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/clang/include/clang/StaticAnalyzer/Frontend/
FrontendActions.h 25 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp 12 #include "clang/Frontend/CompilerInstance.h"
16 ASTConsumer *AnalysisAction::CreateASTConsumer(CompilerInstance &CI,
  /external/clang/lib/ARCMigrate/
ARCMTActions.cpp 12 #include "clang/Frontend/CompilerInstance.h"
17 bool CheckAction::BeginInvocation(CompilerInstance &CI) {
30 bool ModifyAction::BeginInvocation(CompilerInstance &CI) {
38 bool MigrateAction::BeginInvocation(CompilerInstance &CI) {
ObjCMT.cpp 21 #include "clang/Frontend/CompilerInstance.h"
96 ASTConsumer *ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI,
113 bool ObjCMigrateAction::BeginInvocation(CompilerInstance &CI) {
234 bool MigrateSourceAction::BeginInvocation(CompilerInstance &CI) {
239 ASTConsumer *MigrateSourceAction::CreateASTConsumer(CompilerInstance &CI,
  /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...]
FrontendActions.cpp 15 #include "clang/Frontend/CompilerInstance.h"
35 ASTConsumer *InitOnlyAction::CreateASTConsumer(CompilerInstance &CI,
47 ASTConsumer *ASTPrintAction::CreateASTConsumer(CompilerInstance &CI,
54 ASTConsumer *ASTDumpAction::CreateASTConsumer(CompilerInstance &CI,
59 ASTConsumer *ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI,
64 ASTConsumer *ASTDumpXMLAction::CreateASTConsumer(CompilerInstance &CI,
75 ASTConsumer *ASTViewAction::CreateASTConsumer(CompilerInstance &CI,
80 ASTConsumer *DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI,
85 ASTConsumer *GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI,
98 bool GeneratePCHAction::ComputeASTConsumerArguments(CompilerInstance &CI
    [all...]
ASTMerge.cpp 14 #include "clang/Frontend/CompilerInstance.h"
19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI,
24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI,
35 CompilerInstance &CI = getCompilerInstance();
FrontendAction.cpp 16 #include "clang/Frontend/CompilerInstance.h"
128 ASTConsumer* FrontendAction::CreateWrappedASTConsumer(CompilerInstance &CI,
162 bool FrontendAction::BeginSourceFile(CompilerInstance &CI,
196 // file, otherwise the CompilerInstance will happily destroy them.
365 CompilerInstance &CI = getCompilerInstance();
393 CompilerInstance &CI = getCompilerInstance();
453 CompilerInstance &CI = getCompilerInstance();
476 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI,
481 ASTConsumer *WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI,
485 bool WrapperFrontendAction::BeginInvocation(CompilerInstance &CI)
    [all...]
CreateInvocationFromCommandLine.cpp 21 #include "clang/Frontend/CompilerInstance.h"
37 Diags = CompilerInstance::createDiagnostics(new DiagnosticOptions);
Android.mk 31 CompilerInstance.cpp \
ChainedIncludesSource.cpp 18 #include "clang/Frontend/CompilerInstance.h"
28 static ASTReader *createASTReader(CompilerInstance &CI,
64 ChainedIncludesSource *ChainedIncludesSource::create(CompilerInstance &CI) {
98 OwningPtr<CompilerInstance> Clang(new CompilerInstance());
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 18 #include "clang/Frontend/CompilerInstance.h"
39 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, llvm::StringRef) {
43 bool ParseArgs(const CompilerInstance &CI,
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 13 #include "clang/Frontend/CompilerInstance.h"
33 ASTConsumer *HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI,
43 ASTConsumer *FixItAction::CreateASTConsumer(CompilerInstance &CI,
89 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI,
109 bool FixItRecompile::BeginInvocation(CompilerInstance &CI) {
155 ASTConsumer *RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI,
172 CompilerInstance &CI = getCompilerInstance();
180 CompilerInstance &CI = getCompilerInstance();
188 CompilerInstance &CI = getCompilerInstance();
  /external/clang/tools/driver/
cc1_main.cpp 21 #include "clang/Frontend/CompilerInstance.h"
59 OwningPtr<CompilerInstance> Clang(new CompilerInstance());
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 14 #include "clang/Frontend/CompilerInstance.h"
29 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
61 CompilerInstance compiler;
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 40 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/clang/unittests/Tooling/
ToolingTest.cpp 13 #include "clang/Frontend/CompilerInstance.h"
35 clang::CompilerInstance& compiler, StringRef dummy) {
175 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &Compiler,

Completed in 414 milliseconds

1 2