HomeSort by relevance Sort by last modified time
    Searched refs:CompilerInstance (Results 1 - 25 of 32) 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 21 virtual bool BeginInvocation(CompilerInstance &CI);
29 virtual bool BeginInvocation(CompilerInstance &CI);
40 virtual bool BeginInvocation(CompilerInstance &CI);
  /external/clang/include/clang/Frontend/
FrontendActions.h 26 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
41 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
47 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
53 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
59 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
65 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
73 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
90 static bool ComputeASTConsumerArguments(CompilerInstance &CI,
99 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
122 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI
    [all...]
FrontendAction.h 24 class CompilerInstance;
50 CompilerInstance *Instance;
55 ASTConsumer* CreateWrappedASTConsumer(CompilerInstance &CI,
76 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
85 virtual bool BeginInvocation(CompilerInstance &CI) { return true; }
92 virtual bool BeginSourceFileAction(CompilerInstance &CI,
118 CompilerInstance &getCompilerInstance() const {
123 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; }
198 /// CompilerInstance. When processing AST input files, these objects should
199 /// generally not be initialized in the CompilerInstance -- they wil
    [all...]
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...]
Utils.h 30 class CompilerInstance;
  /external/clang/include/clang/Rewrite/
FrontendActions.h 25 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
34 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
37 virtual bool BeginSourceFileAction(CompilerInstance &CI,
51 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 11 #include "clang/Frontend/CompilerInstance.h"
16 ASTConsumer *AnalysisAction::CreateASTConsumer(CompilerInstance &CI,
  /external/clang/lib/Rewrite/
FrontendActions.cpp 15 #include "clang/Frontend/CompilerInstance.h"
30 ASTConsumer *HTMLPrintAction::CreateASTConsumer(CompilerInstance &CI,
40 ASTConsumer *FixItAction::CreateASTConsumer(CompilerInstance &CI,
69 bool FixItAction::BeginSourceFileAction(CompilerInstance &CI,
93 ASTConsumer *RewriteObjCAction::CreateASTConsumer(CompilerInstance &CI,
103 CompilerInstance &CI = getCompilerInstance();
111 CompilerInstance &CI = getCompilerInstance();
  /external/clang/include/clang/Serialization/
ChainedIncludesSource.h 21 class CompilerInstance;
27 static ChainedIncludesSource *create(CompilerInstance &CI);
32 std::vector<CompilerInstance *> CIs;
  /external/clang/lib/ARCMigrate/
ARCMTActions.cpp 12 #include "clang/Frontend/CompilerInstance.h"
17 bool CheckAction::BeginInvocation(CompilerInstance &CI) {
31 bool ModifyAction::BeginInvocation(CompilerInstance &CI) {
40 bool MigrateAction::BeginInvocation(CompilerInstance &CI) {
  /external/clang/lib/Frontend/
FrontendActions.cpp 18 #include "clang/Frontend/CompilerInstance.h"
33 ASTConsumer *InitOnlyAction::CreateASTConsumer(CompilerInstance &CI,
45 ASTConsumer *ASTPrintAction::CreateASTConsumer(CompilerInstance &CI,
52 ASTConsumer *ASTDumpAction::CreateASTConsumer(CompilerInstance &CI,
57 ASTConsumer *ASTDumpXMLAction::CreateASTConsumer(CompilerInstance &CI,
68 ASTConsumer *ASTViewAction::CreateASTConsumer(CompilerInstance &CI,
73 ASTConsumer *DeclContextPrintAction::CreateASTConsumer(CompilerInstance &CI,
78 ASTConsumer *GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI,
92 bool GeneratePCHAction::ComputeASTConsumerArguments(CompilerInstance &CI,
116 ASTConsumer *SyntaxOnlyAction::CreateASTConsumer(CompilerInstance &CI
    [all...]
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...]
FrontendAction.cpp 17 #include "clang/Frontend/CompilerInstance.h"
93 ASTConsumer* FrontendAction::CreateWrappedASTConsumer(CompilerInstance &CI,
126 bool FrontendAction::BeginSourceFile(CompilerInstance &CI,
155 // file, otherwise the CompilerInstance will happily destroy them.
277 CompilerInstance &CI = getCompilerInstance();
303 CompilerInstance &CI = getCompilerInstance();
363 CompilerInstance &CI = getCompilerInstance();
383 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI,
388 ASTConsumer *WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI,
392 bool WrapperFrontendAction::BeginInvocation(CompilerInstance &CI)
    [all...]
ASTMerge.cpp 10 #include "clang/Frontend/CompilerInstance.h"
19 ASTConsumer *ASTMergeAction::CreateASTConsumer(CompilerInstance &CI,
24 bool ASTMergeAction::BeginSourceFileAction(CompilerInstance &CI,
36 CompilerInstance &CI = getCompilerInstance();
Android.mk 26 CompilerInstance.cpp \
CreateInvocationFromCommandLine.cpp 15 #include "clang/Frontend/CompilerInstance.h"
38 Diags = CompilerInstance::createDiagnostics(DiagOpts, ArgList.size(),
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 18 #include "clang/Frontend/CompilerInstance.h"
37 ASTConsumer *CreateASTConsumer(CompilerInstance &CI, llvm::StringRef) {
41 bool ParseArgs(const CompilerInstance &CI,
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 12 #include "clang/Frontend/CompilerInstance.h"
30 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
62 CompilerInstance compiler;
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 39 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 22 #include "clang/Frontend/CompilerInstance.h"
31 static FrontendAction *CreateFrontendBaseAction(CompilerInstance &CI) {
86 static FrontendAction *CreateFrontendAction(CompilerInstance &CI) {
119 bool clang::ExecuteCompilerInvocation(CompilerInstance *Clang) {
  /external/clang/tools/driver/
cc1_main.cpp 21 #include "clang/Frontend/CompilerInstance.h"
117 llvm::OwningPtr<CompilerInstance> Clang(new CompilerInstance());
  /external/clang/lib/Serialization/
ChainedIncludesSource.cpp 19 #include "clang/Frontend/CompilerInstance.h"
28 static ASTReader *createASTReader(CompilerInstance &CI,
60 ChainedIncludesSource *ChainedIncludesSource::create(CompilerInstance &CI) {
93 llvm::OwningPtr<CompilerInstance> Clang(new CompilerInstance());
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 18 #include "clang/Frontend/CompilerInstance.h"
270 static raw_ostream *GetOutputStream(CompilerInstance &CI,
290 ASTConsumer *CodeGenAction::CreateASTConsumer(CompilerInstance &CI,
310 CompilerInstance &CI = getCompilerInstance();

Completed in 223 milliseconds

1 2