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.h345 class SimpleASTReaderListener : public ASTReaderListener {
349 SimpleASTReaderListener(Preprocessor &PP) : PP(PP) {} in SimpleASTReaderListener() function
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp246 SimpleASTReaderListener Validator(CI.getPreprocessor()); in collectIncludePCH()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp853 bool SimpleASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions()
11001 ? cast<ASTReaderListener>(new SimpleASTReaderListener(PP)) in ASTReader()