Searched refs:CompilerInstance (Results 26 - 50 of 55) sorted by relevance

123

/external/clang/include/clang/Frontend/
H A DUtils.h36 class CompilerInstance;
169 createChainedIncludesSource(CompilerInstance &CI,
H A DASTUnit.h52 class CompilerInstance;
440 void transferASTDataFromCompilerInstance(CompilerInstance &CI);
/external/clang/lib/Frontend/
H A DAndroid.mk32 CompilerInstance.cpp \
H A DASTUnit.cpp24 #include "clang/Frontend/CompilerInstance.h"
657 Diags = CompilerInstance::createDiagnostics(new DiagnosticOptions(),
894 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
919 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
982 ASTConsumer *PrecompilePreambleAction::CreateASTConsumer(CompilerInstance &CI,
1044 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance());
1047 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInstance>
1537 std::unique_ptr<CompilerInstance> Clang(new CompilerInstance());
[all...]
/external/chromium_org/tools/clang/plugins/
H A DFindBadConstructsConsumer.h35 FindBadConstructsConsumer(clang::CompilerInstance& instance,
H A DChromeClassTester.cpp39 ChromeClassTester::ChromeClassTester(CompilerInstance& instance)
H A DFindBadConstructsConsumer.cpp7 #include "clang/Frontend/CompilerInstance.h"
64 FindBadConstructsConsumer::FindBadConstructsConsumer(CompilerInstance& instance,
/external/clang/include/clang/CodeGen/
H A DCodeGenAction.h40 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
/external/clang/include/clang/Tooling/
H A DTooling.h111 virtual bool handleBeginSource(CompilerInstance &CI, StringRef Filename) {
338 clang::ASTConsumer *CreateASTConsumer(clang::CompilerInstance &,
344 bool BeginSourceFileAction(CompilerInstance &CI,
/external/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp19 #include "clang/Frontend/CompilerInstance.h"
34 static FrontendAction *CreateFrontendBaseAction(CompilerInstance &CI) {
132 static FrontendAction *CreateFrontendAction(CompilerInstance &CI) {
182 bool clang::ExecuteCompilerInvocation(CompilerInstance *Clang) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp25 #include <clang/Frontend/CompilerInstance.h>
57 clang::CompilerInstance c;
98 clang::CompilerInstance c;
/external/clang/unittests/Tooling/
H A DToolingTest.cpp14 #include "clang/Frontend/CompilerInstance.h"
38 clang::CompilerInstance& compiler, StringRef dummy) {
180 virtual bool handleBeginSource(CompilerInstance &CI,
228 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &Compiler,
H A DCommentHandlerTest.cpp73 virtual bool BeginSourceFileAction(CompilerInstance &CI,
H A DTestVisitor.h21 #include "clang/Frontend/CompilerInstance.h"
99 CompilerInstance&, llvm::StringRef dummy) {
98 CreateASTConsumer( CompilerInstance&, llvm::StringRef dummy) argument
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
H A Dinvocation.cpp25 #include <clang/Frontend/CompilerInstance.h>
57 clang::CompilerInstance c;
98 clang::CompilerInstance c;
/external/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp13 #include "clang/Frontend/CompilerInstance.h"
75 CompilerInstance::createDiagnostics(&Invocation->getDiagnosticOpts());
/external/lldb/include/lldb/Core/
H A DClangForward.h38 class CompilerInstance;
/external/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp12 #include "clang/Frontend/CompilerInstance.h"
135 // adds a vector of ExternalSemaSources to the CompilerInstance before
144 CreateASTConsumer(clang::CompilerInstance &Compiler,
150 CompilerInstance &CI = getCompilerInstance();
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp39 #include "clang/Frontend/CompilerInstance.h"
113 static FrontendAction *CreateFrontendBaseAction(CompilerInstance &CI) {
167 static FrontendAction *CreateFrontendAction(CompilerInstance &CI) {
204 m_compiler.reset(new CompilerInstance());
347 // 6. Most of this we get from the CompilerInstance, but we
/external/clang/examples/clang-interpreter/
H A Dmain.cpp15 #include "clang/Frontend/CompilerInstance.h"
129 CompilerInstance Clang;
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp20 #include "clang/Frontend/CompilerInstance.h"
572 static raw_ostream *GetOutputStream(CompilerInstance &CI,
593 ASTConsumer *CodeGenAction::CreateASTConsumer(CompilerInstance &CI,
637 CompilerInstance &CI = getCompilerInstance();
/external/clang/lib/Tooling/
H A DTooling.cpp21 #include "clang/Frontend/CompilerInstance.h"
250 clang::CompilerInstance Compiler;
381 Invocation, CompilerInstance::createDiagnostics(
/external/clang/tools/clang-check/
H A DClangCheck.cpp22 #include "clang/Frontend/CompilerInstance.h"
133 bool BeginSourceFileAction(clang::CompilerInstance& CI,
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DBlinkGCPlugin.cpp18 #include "clang/Frontend/CompilerInstance.h"
768 BlinkGCPluginConsumer(CompilerInstance& instance,
1834 CompilerInstance& instance_;
1848 CompilerInstance& instance,
1853 virtual bool ParseArgs(const CompilerInstance& instance,
/external/clang/tools/libclang/
H A DIndexing.cpp21 #include "clang/Frontend/CompilerInstance.h"
417 ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
530 Diags(CompilerInstance::createDiagnostics(new DiagnosticOptions,

Completed in 623 milliseconds

123