HomeSort by relevance Sort by last modified time
    Searched refs:getCompilerInstance (Results 1 - 11 of 11) sorted by null

  /external/clang/unittests/AST/
ExternalASTSourceTest.cpp 32 getCompilerInstance().getASTContext().setExternalSource(Source);
33 getCompilerInstance().getASTContext().getTranslationUnitDecl()
  /external/clang/unittests/Frontend/
CodeGenActionTest.cpp 33 CompilerInstance &CI = getCompilerInstance();
FrontendActionTest.cpp 163 Preprocessor &PP = getCompilerInstance().getPreprocessor();
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 91 const FrontendOptions &FEOpts = getCompilerInstance().getFrontendOpts();
175 CompilerInstance &CI = getCompilerInstance();
183 CompilerInstance &CI = getCompilerInstance();
191 CompilerInstance &CI = getCompilerInstance();
  /external/v8/tools/clang/translation_unit/
TranslationUnitGenerator.cpp 241 getCompilerInstance().getFrontendOpts().Inputs;
249 clang::Preprocessor& preprocessor = getCompilerInstance().getPreprocessor();
251 &getCompilerInstance().getSourceManager(),
254 &getCompilerInstance().getHeaderSearchOpts()));
  /external/clang/lib/Frontend/
FrontendActions.cpp 428 CompilerInstance &CI = getCompilerInstance();
598 StringRef OutputFileName = getCompilerInstance().getFrontendOpts().OutputFile;
609 getCurrentFile(), getCompilerInstance().getFileManager(),
610 getCompilerInstance().getPCHContainerReader(),
619 Preprocessor &PP = getCompilerInstance().getPreprocessor();
637 Preprocessor &PP = getCompilerInstance().getPreprocessor();
649 CompilerInstance &CI = getCompilerInstance();
658 Preprocessor &PP = getCompilerInstance().getPreprocessor();
672 CompilerInstance &CI = getCompilerInstance();
746 CompilerInstance &CI = getCompilerInstance();
    [all...]
ASTMerge.cpp 35 CompilerInstance &CI = getCompilerInstance();
FrontendAction.cpp 451 CompilerInstance &CI = getCompilerInstance();
474 CompilerInstance &CI = getCompilerInstance();
530 return getCompilerInstance().getDiagnostics().hasErrorOccurred();
538 CompilerInstance &CI = getCompilerInstance();
  /external/clang/include/clang/Frontend/
FrontendAction.h 58 /// getCompilerInstance().
114 CompilerInstance &getCompilerInstance() const {
  /external/clang/unittests/Sema/
ExternalSemaSourceTest.cpp 195 CompilerInstance &CI = getCompilerInstance();
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 674 if (!getCompilerInstance().hasASTConsumer())
788 CompilerInstance &CI = getCompilerInstance();
    [all...]

Completed in 600 milliseconds