Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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).
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp2640 IdentifierInfo *TokenName = Tok.getIdentifierInfo(); in ParseImplicitInt() local
2641 LookupResult R(Actions, TokenName, SourceLocation(), in ParseImplicitInt()
2645 << TokenName << TagName << getLangOpts().CPlusPlus in ParseImplicitInt()
2652 << TokenName << TagName; in ParseImplicitInt()