Home | History | Annotate | Download | only in Lex

Lines Matching full:identifierinfo

440   // NOTE: this has to be checked *before* testing for an IdentifierInfo.
443 if (const IdentifierInfo *II = Tok.getIdentifierInfo())
543 IdentifierInfo *Preprocessor::LookUpIdentifierInfo(Token &Identifier) const {
547 IdentifierInfo *II;
572 void Preprocessor::SetPoisonReason(IdentifierInfo *II, unsigned DiagID) {
593 llvm::DenseMap<IdentifierInfo*,unsigned>::const_iterator it =
603 static diag::kind getFutureCompatDiagKind(const IdentifierInfo &II,
623 /// IdentifierInfo's 'isHandleIdentifierCase' bit. If this method changes, the
624 /// IdentifierInfo methods that compute these properties will need to change to
630 IdentifierInfo &II = *Identifier.getIdentifierInfo();