Searched refs:SimpleASTReaderListener (Results 1 – 3 of 3) sorted by relevance
321 class SimpleASTReaderListener : public ASTReaderListener {325 SimpleASTReaderListener(Preprocessor &PP) : PP(PP) {} in SimpleASTReaderListener() function
247 SimpleASTReaderListener Validator(CI.getPreprocessor()); in collectIncludePCH()
826 bool SimpleASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions()10318 ? cast<ASTReaderListener>(new SimpleASTReaderListener(PP)) in ASTReader()