Searched refs:TokenName (Results 1 – 5 of 5) sorted by relevance
268 #define TOKEN(TokenName) \ in consumeType() argument269 case Kind::TokenName: \ in consumeType()270 return getExpectedError(#TokenName); in consumeType()271 #define SHORT_TOKEN(TokenName, TokenCh) \ in consumeType() argument272 case Kind::TokenName: \ in consumeType()
24 // The definitions are of the form SHORT_TOKEN(TokenName, TokenChar).
92 StringRef TokenName = in checkAndAddLocation() local95 size_t Offset = TokenName.find(PrevName.getNamePieces()[0]); in checkAndAddLocation()
261 bool isKeyword(llvm::StringRef TokenName, const LangOptions &LangOpts);
2738 IdentifierInfo *TokenName = Tok.getIdentifierInfo(); in ParseImplicitInt() local2739 LookupResult R(Actions, TokenName, SourceLocation(), in ParseImplicitInt()2743 << TokenName << TagName << getLangOpts().CPlusPlus in ParseImplicitInt()2750 << TokenName << TagName; in ParseImplicitInt()