Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h303 class SimpleASTReaderListener : public ASTReaderListener {
307 SimpleASTReaderListener(Preprocessor &PP) : PP(PP) {} in SimpleASTReaderListener() function
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp187 SimpleASTReaderListener Validator(CI.getPreprocessor()); in collectIncludePCH()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp764 bool SimpleASTReaderListener::ReadPreprocessorOptions( in ReadPreprocessorOptions()
11764 ? cast<ASTReaderListener>(new SimpleASTReaderListener(PP)) in ASTReader()