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

12

  /external/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 21 #include "clang/Frontend/CompilerInstance.h"
32 static FrontendAction *CreateFrontendBaseAction(CompilerInstance &CI) {
128 static FrontendAction *CreateFrontendAction(CompilerInstance &CI) {
176 bool clang::ExecuteCompilerInvocation(CompilerInstance *Clang) {
  /external/clang/include/clang/Tooling/
Tooling.h 247 clang::ASTConsumer *CreateASTConsumer(clang::CompilerInstance &,
  /external/clang/tools/clang-check/
ClangCheck.cpp 23 #include "clang/Frontend/CompilerInstance.h"
117 virtual bool BeginSourceFileAction(clang::CompilerInstance& CI,
  /external/clang/tools/diagtool/
ShowEnabledWarnings.cpp 13 #include "clang/Frontend/CompilerInstance.h"
74 CompilerInstance::createDiagnostics(&Invocation->getDiagnosticOpts());
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 19 #include "clang/Frontend/CompilerInstance.h"
305 static raw_ostream *GetOutputStream(CompilerInstance &CI,
325 ASTConsumer *CodeGenAction::CreateASTConsumer(CompilerInstance &CI,
369 CompilerInstance &CI = getCompilerInstance();
  /external/clang/lib/Frontend/
ASTUnit.cpp 23 #include "clang/Frontend/CompilerInstance.h"
663 Diags = CompilerInstance::createDiagnostics(new DiagnosticOptions(),
    [all...]
  /external/clang/examples/clang-interpreter/
main.cpp 15 #include "clang/Frontend/CompilerInstance.h"
127 CompilerInstance Clang;
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 73 virtual bool BeginSourceFileAction(CompilerInstance &CI,
TestVisitor.h 21 #include "clang/Frontend/CompilerInstance.h"
81 CompilerInstance&, llvm::StringRef dummy) {
RefactoringTest.cpp 21 #include "clang/Frontend/CompilerInstance.h"
237 clang::CompilerInstance& compiler, llvm::StringRef dummy) {
  /external/clang/include/clang/Frontend/
ASTUnit.h 51 class CompilerInstance;
398 void transferASTDataFromCompilerInstance(CompilerInstance &CI);
    [all...]
  /external/clang/lib/Tooling/
Tooling.cpp 19 #include "clang/Frontend/CompilerInstance.h"
198 clang::CompilerInstance Compiler;
  /external/clang/tools/libclang/
Indexing.cpp 21 #include "clang/Frontend/CompilerInstance.h"
427 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
546 Diags(CompilerInstance::createDiagnostics(new DiagnosticOptions,
    [all...]
CIndex.cpp 30 #include "clang/Frontend/CompilerInstance.h"
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 14 #include "clang/Frontend/CompilerInstance.h"
498 virtual ASTConsumer *CreateASTConsumer(CompilerInstance &CI,
  /external/v8/tools/gcmole/
gcmole.cc 36 #include "clang/Frontend/CompilerInstance.h"
    [all...]

Completed in 847 milliseconds

12