Searched refs:IdTok (Results 1 – 2 of 2) sorted by relevance
330 void Sema::ActOnPragmaUnused(const Token &IdTok, Scope *curScope, in ActOnPragmaUnused() argument333 IdentifierInfo *Name = IdTok.getIdentifierInfo(); in ActOnPragmaUnused()334 LookupResult Lookup(*this, Name, IdTok.getLocation(), LookupOrdinaryName); in ActOnPragmaUnused()339 << Name << SourceRange(IdTok.getLocation()); in ActOnPragmaUnused()346 << Name << SourceRange(IdTok.getLocation()); in ActOnPragmaUnused()355 IdTok.getLocation())); in ActOnPragmaUnused()
236 Token IdTok = PP.LookAhead(0); in ParseMSAsmIdentifier() local237 if (IdTok.isNot(tok::identifier)) in ParseMSAsmIdentifier()