Searched refs:SimpleASTReaderListener (Results 1 – 3 of 3) sorted by relevance
305 class SimpleASTReaderListener : public ASTReaderListener {309 SimpleASTReaderListener(Preprocessor &PP) : PP(PP) {} in SimpleASTReaderListener() function
243 SimpleASTReaderListener Validator(CI.getPreprocessor()); in collectIncludePCH()
765 bool SimpleASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions()11657 ? cast<ASTReaderListener>(new SimpleASTReaderListener(PP)) in ASTReader()