Searched defs:getPreprocessorPtr (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/include/clang/Frontend/ | ||
H A D | CompilerInstance.h | 500 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } getPreprocessorPtr() function |
H A D | ASTUnit.h | 440 std::shared_ptr<Preprocessor> getPreprocessorPtr() const { return PP; } in getPreprocessorPtr() function |
/llvm-project/clang-tools-extra/clangd/ | ||
H A D | ParsedAST.cpp | 776 std::shared_ptr<Preprocessor> ParsedAST::getPreprocessorPtr() { getPreprocessorPtr() function in clang::clangd::ParsedAST |