Searched refs:PCHValidator (Results 1 – 2 of 2) sorted by relevance
144 class PCHValidator : public ASTReaderListener {151 PCHValidator(Preprocessor &PP, ASTReader &Reader) in PCHValidator() function206 friend class PCHValidator; variable1528 inline void PCHValidator::Error(const char *Msg) { in Error()
66 PCHValidator::ReadLanguageOptions(const LangOptions &LangOpts) { in ReadLanguageOptions()103 bool PCHValidator::ReadTargetTriple(StringRef Triple) { in ReadTargetTriple()194 bool PCHValidator::ReadPredefinesBuffer(const PCHPredefinesBlocks &Buffers, in ReadPredefinesBuffer()405 void PCHValidator::ReadHeaderFileInfo(const HeaderFileInfo &HFI, in ReadHeaderFileInfo()411 void PCHValidator::ReadCounter(unsigned Value) { in ReadCounter()6449 : Listener(new PCHValidator(PP, *this)), DeserializationListener(0), in ASTReader()