Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInstance.h454 std::shared_ptr<Preprocessor> getPreprocessorPtr() { return PP; } in getPreprocessorPtr() function
H A DASTUnit.h432 std::shared_ptr<Preprocessor> getPreprocessorPtr() const { return PP; } in getPreprocessorPtr() function