Searched refs:SimpleASTReaderListener (Results 1 – 3 of 3) sorted by relevance
303 class SimpleASTReaderListener : public ASTReaderListener {307 SimpleASTReaderListener(Preprocessor &PP) : PP(PP) {} in SimpleASTReaderListener() function
187 SimpleASTReaderListener Validator(CI.getPreprocessor()); in collectIncludePCH()
764 bool SimpleASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions()11764 ? cast<ASTReaderListener>(new SimpleASTReaderListener(PP)) in ASTReader()