Home
last modified time | relevance | path

Searched defs:getPreprocessorPtr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h447 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } in getPreprocessorPtr() function
H A DASTUnit.h437 std::shared_ptr<Preprocessor> getPreprocessorPtr() const { return PP; } in getPreprocessorPtr() function
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DParsedAST.cpp707 std::shared_ptr<Preprocessor> ParsedAST::getPreprocessorPtr() { in getPreprocessorPtr() function in clang::clangd::ParsedAST