| /minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
| H A D | ParseAST.cpp | 55 const Preprocessor &PP = P.getPreprocessor(); in print() 63 const SourceManager &SM = P.getPreprocessor().getSourceManager(); in print() 113 new Parser(S.getPreprocessor(), S, SkipFunctionBodies)); in ParseAST() 122 S.getPreprocessor().EnterMainSourceFile(); in ParseAST()
|
| H A D | ParseOpenMP.cpp | 42 : getOpenMPDirectiveKind(P.getPreprocessor().getSpelling(Tok)); in ParseOpenMPDirectiveKind() 45 Tok = P.getPreprocessor().LookAhead(0); in ParseOpenMPDirectiveKind() 49 : getOpenMPDirectiveKind(P.getPreprocessor().getSpelling(Tok)); in ParseOpenMPDirectiveKind()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | ModelInjector.cpp | 93 Instance.setPreprocessor(&CI.getPreprocessor()); in onBodySynthesis() 96 Instance.getPreprocessor().InitializeForModelFile(); in onBodySynthesis() 106 Instance.getPreprocessor().FinalizeForModelFile(); in onBodySynthesis()
|
| H A D | AnalysisConsumer.cpp | 699 CI.getPreprocessor().getDiagnostics().setWarningsAsErrors(false); in CreateAnalysisConsumer() 705 CI.getPreprocessor(), CI.getFrontendOpts().OutputFile, analyzerOpts, in CreateAnalysisConsumer()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 88 return llvm::make_unique<PCHGenerator>(CI.getPreprocessor(), OutputFile, in CreateASTConsumer() 125 return llvm::make_unique<PCHGenerator>(CI.getPreprocessor(), OutputFile, in CreateASTConsumer() 267 HeaderSearch &HS = CI.getPreprocessor().getHeaderSearchInfo(); in BeginSourceFileAction() 336 CI.getPreprocessor().getHeaderSearchInfo().getModuleMap(), Module, in BeginSourceFileAction() 347 CI.getPreprocessor().setMainFileDir(Module->Directory); in BeginSourceFileAction() 366 HeaderSearch &HS = CI.getPreprocessor().getHeaderSearchInfo(); in ComputeASTConsumerArguments() 407 new ASTReader(CI.getPreprocessor(), CI.getASTContext(), in ExecuteAction() 570 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction() 588 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction() 611 CacheTokens(CI.getPreprocessor(), OS); in ExecuteAction() [all …]
|
| H A D | FrontendAction.cpp | 207 CI.setPreprocessor(&AST->getPreprocessor()); in BeginSourceFile() 297 &CI.getPreprocessor()); in BeginSourceFile() 368 Preprocessor &PP = CI.getPreprocessor(); in BeginSourceFile() 436 CI.getPreprocessor().getHeaderSearchInfo().getModuleCachePath()); in Execute() 450 CI.getPreprocessor().EndSourceFile(); in EndSourceFile() 475 CI.getPreprocessor().PrintStats(); in EndSourceFile() 476 CI.getPreprocessor().getIdentifierTable().PrintStats(); in EndSourceFile() 477 CI.getPreprocessor().getHeaderSearchInfo().PrintStats(); in EndSourceFile()
|
| H A D | ChainedIncludesSource.cpp | 80 Preprocessor &PP = CI.getPreprocessor(); in createASTReader() 156 &Clang->getPreprocessor()); in createChainedIncludesSource() 162 llvm::make_unique<PCHGenerator>(Clang->getPreprocessor(), "-", nullptr, in createChainedIncludesSource() 170 Preprocessor &PP = Clang->getPreprocessor(); in createChainedIncludesSource()
|
| H A D | CompilerInstance.cpp | 387 Preprocessor &PP = getPreprocessor(); in createASTContext() 403 AllowPCHWithCompilerErrors, getPreprocessor(), getASTContext(), in createPCHExternalASTSource() 480 createCodeCompletionConsumer(getPreprocessor(), in createCodeCompletionConsumer() 486 } else if (EnableCodeCompletion(getPreprocessor(), Loc.FileName, in createCodeCompletionConsumer() 494 getPreprocessor().getDiagnostics().Report(diag::err_fe_stdout_binary); in createCodeCompletionConsumer() 519 TheSema.reset(new Sema(getPreprocessor(), getASTContext(), getASTConsumer(), in createSema() 863 = ImportingInstance.getPreprocessor().getHeaderSearchInfo().getModuleMap(); in compileModuleImpl() 1249 ModuleManager = new ASTReader(getPreprocessor(), *Context, in createModuleManager() 1590 checkConfigMacro(getPreprocessor(), TopModule->ConfigMacros[I], in loadModule() 1640 getPreprocessor().getHeaderSearchInfo().getModuleCachePath()); in loadGlobalModuleIndex() [all …]
|
| H A D | ASTUnit.cpp | 890 CI.getPreprocessor().addPPCallbacks( in CreateASTConsumer() 990 CI.getPreprocessor().addPPCallbacks( in CreateASTConsumer() 994 Unit, this, CI.getPreprocessor(), Sysroot, OS); in CreateASTConsumer() 1664 PP = &CI.getPreprocessor(); in transferASTDataFromCompilerInstance() 1832 Clang->getPreprocessor().addPPCallbacks( in LoadFromCompilerInvocationAction()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 36 return CreateHTMLPrinter(OS, CI.getPreprocessor()); in CreateASTConsumer() 178 RewriteMacrosInInput(CI.getPreprocessor(), OS); in ExecuteAction() 186 DoRewriteTest(CI.getPreprocessor(), OS); in ExecuteAction() 194 RewriteIncludesInInput(CI.getPreprocessor(), OS, in ExecuteAction()
|
| /minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | ARCMT.cpp | 280 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor()); in checkForManualIssues() 289 Unit->getPreprocessor()); in checkForManualIssues() 304 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor()); in checkForManualIssues() 310 TransformActions testAct(*Diags, capturedDiags, Ctx, Unit->getPreprocessor()); in checkForManualIssues() 451 CI.getPreprocessor().addPPCallbacks( in CreateASTConsumer() 556 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor()); in applyTransform() 568 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor()); in applyTransform() 571 TransformActions TA(*Diags, capturedDiags, Ctx, Unit->getPreprocessor()); in applyTransform()
|
| H A D | ObjCMT.cpp | 196 CI.getPreprocessor().addPPCallbacks(std::unique_ptr<PPCallbacks>(PPRec)); in CreateASTConsumer() 201 CompInst->getPreprocessor(), false, None)); in CreateASTConsumer() 2025 CI.getPreprocessor().addPPCallbacks(std::unique_ptr<PPCallbacks>(PPRec)); in CreateASTConsumer() 2030 CI.getFileManager(), PPRec, CI.getPreprocessor(), in CreateASTConsumer()
|
| /minix3/external/bsd/llvm/dist/clang/unittests/Frontend/ |
| H A D | FrontendActionTest.cpp | 40 ci.getPreprocessor().enableIncrementalProcessing(); in BeginSourceFileAction() 162 Preprocessor &PP = getCompilerInstance().getPreprocessor(); in ExecuteAction()
|
| /minix3/external/bsd/llvm/dist/clang/unittests/Tooling/ |
| H A D | CommentHandlerTest.cpp | 77 V->PP = &CI.getPreprocessor(); in BeginSourceFileAction()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
| H A D | ASTUnit.h | 501 const Preprocessor &getPreprocessor() const { return *PP; } in getPreprocessor() function 502 Preprocessor &getPreprocessor() { return *PP; } in getPreprocessor() function
|
| H A D | CompilerInstance.h | 404 Preprocessor &getPreprocessor() const { in getPreprocessor() function
|
| /minix3/external/bsd/llvm/dist/clang/unittests/Sema/ |
| H A D | ExternalSemaSourceTest.cpp | 119 CurrentSema->getPreprocessor().getIdentifierInfo(CorrectTo); in CorrectTypo()
|
| /minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
| H A D | Indexing.cpp | 427 Preprocessor &PP = CI.getPreprocessor(); in CreateASTConsumer() 694 Preprocessor &PP = Unit.getPreprocessor(); in indexPreprocessingRecord()
|
| H A D | CIndex.cpp | 396 if (!AU->getPreprocessor().getPreprocessingRecord()) in visitPreprocessedEntitiesInRegion() 400 = *AU->getPreprocessor().getPreprocessingRecord(); in visitPreprocessedEntitiesInRegion() 539 if (CXXUnit->getPreprocessor().getPreprocessingRecord()) in VisitChildren() 3310 return CXXUnit->getPreprocessor().getHeaderSearchInfo() in clang_isFileMultipleIncludeGuarded() 5391 = CXXUnit->getPreprocessor().LookUpIdentifierInfo(Tok); in getTokens() 5933 Preprocessor &PP = CXXUnit->getPreprocessor(); in annotatePreprocessorTokens() 6062 if (CXXUnit->getPreprocessor().getPreprocessingRecord()) { in clang_annotateTokensImpl() 6657 HeaderSearch &HS = Unit.getPreprocessor().getHeaderSearchInfo(); in clang_getModuleForFile() 6929 Preprocessor &pp = astUnit->getPreprocessor(); in clang_getCXTUResourceUsage() 6970 PreprocessingRecord *ppRec = astUnit->getPreprocessor().getPreprocessingRecord(); in clang_getSkippedRanges() [all …]
|
| H A D | CXCursor.cpp | 1288 unit->getPreprocessor(), in clang_getCursorCompletionString() 1302 unit->getPreprocessor(), in clang_getCursorCompletionString()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 660 CI.getPreprocessor().addPPCallbacks( in CreateASTConsumer()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 117 reachable_code::FindUnreachableCode(AC, S.getPreprocessor(), UC); in CheckUnreachable() 1119 Preprocessor &PP = S.getPreprocessor(); in DiagnoseSwitchLabelsFallthrough()
|
| H A D | Sema.cpp | 1051 if (getPreprocessor().getSpelling(loc, buffer) == name) { in findMacroSpelling()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 1494 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Parse/ |
| H A D | Parser.h | 242 Preprocessor &getPreprocessor() const { return PP; } in getPreprocessor() function
|