Searched refs:SimpleASTReaderListener (Results 1 – 3 of 3) sorted by relevance
345 class SimpleASTReaderListener : public ASTReaderListener {349 SimpleASTReaderListener(Preprocessor &PP) : PP(PP) {} in SimpleASTReaderListener() function
246 SimpleASTReaderListener Validator(CI.getPreprocessor()); in collectIncludePCH()
853 bool SimpleASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions()11001 ? cast<ASTReaderListener>(new SimpleASTReaderListener(PP)) in ASTReader()