Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTRecordReader.h368 inline void PCHValidator::Error(const char *Msg) { in Error()
H A DASTReader.h275 class PCHValidator : public ASTReaderListener {
280 PCHValidator(Preprocessor &PP, ASTReader &Reader) in PCHValidator() function
356 friend class PCHValidator; variable
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp440 PCHValidator::ReadLanguageOptions(const LangOptions &LangOpts, in ReadLanguageOptions()
449 bool PCHValidator::ReadTargetOptions(const TargetOptions &TargetOpts, in ReadTargetOptions()
566 bool PCHValidator::ReadDiagnosticOptions( in ReadDiagnosticOptions()
783 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
827 bool PCHValidator::ReadHeaderSearchOptions(const HeaderSearchOptions &HSOpts, in ReadHeaderSearchOptions()
836 void PCHValidator::ReadCounter(const ModuleFile &M, unsigned Value) { in ReadCounter()
11441 : cast<ASTReaderListener>(new PCHValidator(PP, *this))), in ASTReader()