Home
last modified time | relevance | path

Searched refs:SimpleASTReaderListener (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Serialization/
DASTReader.h322 class SimpleASTReaderListener : public ASTReaderListener {
326 SimpleASTReaderListener(Preprocessor &PP) : PP(PP) {} in SimpleASTReaderListener() function
/openbsd/src/gnu/llvm/clang/lib/Frontend/
DCompilerInstance.cpp249 SimpleASTReaderListener Validator(CI.getPreprocessor()); in collectIncludePCH()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReader.cpp796 bool SimpleASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions()
9898 ? cast<ASTReaderListener>(new SimpleASTReaderListener(PP)) in ASTReader()