Home
last modified time | relevance | path

Searched refs:SimpleASTReaderListener (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h318 class SimpleASTReaderListener : public ASTReaderListener {
322 SimpleASTReaderListener(Preprocessor &PP) : PP(PP) {} in SimpleASTReaderListener() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp181 SimpleASTReaderListener Validator(CI.getPreprocessor()); in collectIncludePCH()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp757 bool SimpleASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions()
11613 ? cast<ASTReaderListener>(new SimpleASTReaderListener(PP)) in ASTReader()