Home
last modified time | relevance | path

Searched refs:getPreprocessorPtr (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/unittests/
DTestTU.cpp148 AST.getPreprocessorPtr(), in headerSymbols()
162 AST.getASTContext(), AST.getPreprocessorPtr(), in index()
DFileIndexTests.cpp176 AST.getASTContext(), AST.getPreprocessorPtr(), in update()
419 AST.getASTContext(), AST.getPreprocessorPtr(), in TEST()
540 AST.getASTContext(), AST.getPreprocessorPtr(), in TEST()
548 AST.getASTContext(), AST.getPreprocessorPtr(), in TEST()
694 AST.getPreprocessorPtr(), AST.getCanonicalIncludes()); in TEST()
DSymbolCollectorTests.cpp214 CI.getPreprocessorPtr()); in create()
/external/llvm-project/clang/lib/Index/
DIndexingAction.cpp119 DataConsumer, Opts, CI.getPreprocessorPtr(), in CreateASTConsumer()
189 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
/external/llvm-project/clang-tools-extra/clangd/
DParsedAST.h71 std::shared_ptr<Preprocessor> getPreprocessorPtr();
DParsedAST.cpp461 auto PP = Clang->getPreprocessorPtr(); // Keep PP alive for now. in ~ParsedAST()
476 std::shared_ptr<Preprocessor> ParsedAST::getPreprocessorPtr() { in getPreprocessorPtr() function in clang::clangd::ParsedAST
477 return Clang->getPreprocessorPtr(); in getPreprocessorPtr()
DPreamble.cpp81 ParsedCallback(CI.getASTContext(), CI.getPreprocessorPtr(), CanonIncludes); in AfterExecute()
/external/llvm-project/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp91 Instance.setPreprocessor(CI.getPreprocessorPtr()); in onBodySynthesis()
/external/llvm-project/clang-tools-extra/clangd/index/
DIndexAction.cpp158 CI.getPreprocessorPtr()); in CreateASTConsumer()
DFileIndex.cpp221 AST.getASTContext(), AST.getPreprocessorPtr(), in indexMainDecls()
/external/llvm-project/clang/tools/libclang/
DIndexing.cpp361 DataConsumer->setPreprocessor(CI.getPreprocessorPtr()); in CreateASTConsumer()
374 DataConsumer, Opts, CI.getPreprocessorPtr(), in CreateASTConsumer()
/external/llvm-project/clang/unittests/Index/
DIndexTests.cpp137 return std::make_unique<Consumer>(Index, CI.getPreprocessorPtr(), Opts); in CreateASTConsumer()
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInstance.h447 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } in getPreprocessorPtr() function
DASTUnit.h437 std::shared_ptr<Preprocessor> getPreprocessorPtr() const { return PP; } in getPreprocessorPtr() function
/external/llvm-project/clang/lib/Frontend/
DFrontendAction.cpp660 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()
DASTUnit.cpp1456 PP = CI.getPreprocessorPtr(); in transferASTDataFromCompilerInstance()