Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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).
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseDecl.cpp2756 IdentifierInfo *TokenName = Tok.getIdentifierInfo(); in ParseImplicitInt() local
2757 LookupResult R(Actions, TokenName, SourceLocation(), in ParseImplicitInt()
2761 << TokenName << TagName << getLangOpts().CPlusPlus in ParseImplicitInt()
2768 << TokenName << TagName; in ParseImplicitInt()