Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h321 class SimpleASTReaderListener : public ASTReaderListener {
325 SimpleASTReaderListener(Preprocessor &PP) : PP(PP) {} in SimpleASTReaderListener() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp247 SimpleASTReaderListener Validator(CI.getPreprocessor()); in collectIncludePCH()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp826 bool SimpleASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions()
10318 ? cast<ASTReaderListener>(new SimpleASTReaderListener(PP)) in ASTReader()