Home
last modified time | relevance | path

Searched refs:TokenName (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceScriptParser.cpp268 #define TOKEN(TokenName) \ in consumeType() argument
269 case Kind::TokenName: \ in consumeType()
270 return getExpectedError(#TokenName); in consumeType()
271 #define SHORT_TOKEN(TokenName, TokenCh) \ in consumeType() argument
272 case Kind::TokenName: \ in consumeType()
H A DResourceScriptTokenList.def24 // The definitions are of the form SHORT_TOKEN(TokenName, TokenChar).
/llvm-project-15.0.7/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp92 StringRef TokenName = in checkAndAddLocation() local
95 size_t Offset = TokenName.find(PrevName.getNamePieces()[0]); in checkAndAddLocation()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.h261 bool isKeyword(llvm::StringRef TokenName, const LangOptions &LangOpts);
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp2738 IdentifierInfo *TokenName = Tok.getIdentifierInfo(); in ParseImplicitInt() local
2739 LookupResult R(Actions, TokenName, SourceLocation(), in ParseImplicitInt()
2743 << TokenName << TagName << getLangOpts().CPlusPlus in ParseImplicitInt()
2750 << TokenName << TagName; in ParseImplicitInt()