/external/clang/lib/StaticAnalyzer/Frontend/ |
FrontendActions.cpp | 18 return CreateAnalysisConsumer(CI.getPreprocessor(),
|
/external/clang/lib/Frontend/ |
FrontendAction.cpp | 199 CI.setPreprocessor(&AST->getPreprocessor()); 272 &CI.getPreprocessor()); 329 Preprocessor &PP = CI.getPreprocessor(); 386 CI.getPreprocessor().getHeaderSearchInfo().getModuleCachePath()); 421 CI.getPreprocessor().EndSourceFile(); 425 CI.getPreprocessor().PrintStats(); 426 CI.getPreprocessor().getIdentifierTable().PrintStats(); 427 CI.getPreprocessor().getHeaderSearchInfo().PrintStats();
|
FrontendActions.cpp | 97 return new PCHGenerator(CI.getPreprocessor(), OutputFile, 0, Sysroot, OS); 132 return new PCHGenerator(CI.getPreprocessor(), OutputFile, Module, 235 HeaderSearch &HS = CI.getPreprocessor().getHeaderSearchInfo(); 276 CI.getPreprocessor().getHeaderSearchInfo().getModuleMap(), 296 HeaderSearch &HS = CI.getPreprocessor().getHeaderSearchInfo(); 451 Preprocessor &PP = getCompilerInstance().getPreprocessor(); 469 Preprocessor &PP = getCompilerInstance().getPreprocessor(); 492 CacheTokens(CI.getPreprocessor(), OS); 496 Preprocessor &PP = getCompilerInstance().getPreprocessor(); 555 DoPrintPreprocessedInput(CI.getPreprocessor(), OS [all...] |
ChainedIncludesSource.cpp | 33 Preprocessor &PP = CI.getPreprocessor(); 108 &Clang->getPreprocessor()); 114 consumer.reset(new PCHGenerator(Clang->getPreprocessor(), "-", 0, 122 Preprocessor &PP = Clang->getPreprocessor();
|
CompilerInstance.cpp | 278 Preprocessor &PP = getPreprocessor(); 296 getPreprocessor(), getASTContext(), 374 createCodeCompletionConsumer(getPreprocessor(), 380 } else if (EnableCodeCompletion(getPreprocessor(), Loc.FileName, 388 getPreprocessor().getDiagnostics().Report(diag::err_fe_stdout_binary); 413 TheSema.reset(new Sema(getPreprocessor(), getASTContext(), getASTConsumer(), 805 = ImportingInstance.getPreprocessor().getHeaderSearchInfo().getModuleMap(); [all...] |
ASTUnit.cpp | [all...] |
/external/clang/lib/Parse/ |
ParseAST.cpp | 56 const Preprocessor &PP = P.getPreprocessor(); 64 const SourceManager &SM = P.getPreprocessor().getSourceManager(); 112 OwningPtr<Parser> ParseOP(new Parser(S.getPreprocessor(), S, 122 S.getPreprocessor().EnterMainSourceFile();
|
/external/clang/lib/Rewrite/Frontend/ |
FrontendActions.cpp | 36 return CreateHTMLPrinter(OS, CI.getPreprocessor()); 174 RewriteMacrosInInput(CI.getPreprocessor(), OS); 182 DoRewriteTest(CI.getPreprocessor(), OS); 190 RewriteIncludesInInput(CI.getPreprocessor(), OS,
|
/external/clang/lib/ARCMigrate/ |
ARCMT.cpp | 282 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor()); 291 Unit->getPreprocessor()); 306 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor()); 312 TransformActions testAct(*Diags, capturedDiags, Ctx, Unit->getPreprocessor()); 506 CI.getPreprocessor().addPPCallbacks( 612 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor()); 624 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor()); 627 TransformActions TA(*Diags, capturedDiags, Ctx, Unit->getPreprocessor());
|
ObjCMT.cpp | 120 CompInst->getPreprocessor().addPPCallbacks(PPRec); 130 CompInst->getPreprocessor()); 775 CI.getPreprocessor().addPPCallbacks(PPRec); 783 CI.getPreprocessor(),
|
/frameworks/compile/slang/ |
slang_rs.cpp | 214 clang::Preprocessor &PP = getPreprocessor(); 223 mRSContext = new RSContext(getPreprocessor(),
|
slang.h | 152 clang::Preprocessor &getPreprocessor() { return *mPP; }
|
slang_rs_context.h | 112 inline clang::Preprocessor &getPreprocessor() const { return mPP; }
|
/external/clang/unittests/Tooling/ |
CommentHandlerTest.cpp | 77 V->PP = &CI.getPreprocessor();
|
/external/clang/tools/libclang/ |
CIndex.cpp | 373 if (!AU->getPreprocessor().getPreprocessingRecord()) 377 = *AU->getPreprocessor().getPreprocessingRecord(); 516 if (CXXUnit->getPreprocessor().getPreprocessingRecord()) [all...] |
CXCursor.cpp | [all...] |
Indexing.cpp | 434 Preprocessor &PP = CI.getPreprocessor(); 701 Preprocessor &PP = Unit.getPreprocessor(); [all...] |
/external/clang/include/clang/Frontend/ |
ASTUnit.h | 451 const Preprocessor &getPreprocessor() const { return *PP; } 452 Preprocessor &getPreprocessor() { return *PP; } [all...] |
CompilerInstance.h | 360 Preprocessor &getPreprocessor() const {
|
/external/clang/lib/Sema/ |
Sema.cpp | [all...] |
AnalysisBasedWarnings.cpp | 918 Preprocessor &PP = S.getPreprocessor(); [all...] |
SemaChecking.cpp | [all...] |
/external/clang/include/clang/Serialization/ |
ASTReader.h | [all...] |
/external/clang/include/clang/Parse/ |
Parser.h | 225 Preprocessor &getPreprocessor() const { return PP; } [all...] |
/external/clang/lib/Serialization/ |
ASTReader.cpp | [all...] |