Searched refs:SimpleASTReaderListener (Results 1 – 3 of 3) sorted by relevance
318 class SimpleASTReaderListener : public ASTReaderListener {322 SimpleASTReaderListener(Preprocessor &PP) : PP(PP) {} in SimpleASTReaderListener() function
181 SimpleASTReaderListener Validator(CI.getPreprocessor()); in collectIncludePCH()
757 bool SimpleASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions()11613 ? cast<ASTReaderListener>(new SimpleASTReaderListener(PP)) in ASTReader()