Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp164 DataConsumer, Opts, CI.getPreprocessorPtr(), in CreateASTConsumer()
265 DataConsumer.setPreprocessor(Unit.getPreprocessorPtr()); in indexASTUnit()
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp147 auto PP = Clang->getPreprocessorPtr(); // Keep PP alive for now. in clear()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h500 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } in getPreprocessorPtr() function
H A DASTUnit.h440 std::shared_ptr<Preprocessor> getPreprocessorPtr() const { return PP; } in getPreprocessorPtr() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp711 CI.setPreprocessor(AST->getPreprocessorPtr()); in BeginSourceFile()
H A DASTUnit.cpp1493 PP = CI.getPreprocessorPtr(); in transferASTDataFromCompilerInstance()