Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-rc/
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()
DResourceScriptTokenList.def24 // The definitions are of the form SHORT_TOKEN(TokenName, TokenChar).
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DUSRLocFinder.cpp92 StringRef TokenName = in checkAndAddLocation() local
95 size_t Offset = TokenName.find(PrevName.getNamePieces()[0]); in checkAndAddLocation()
/external/llvm-project/clang-tools-extra/clangd/
DSourceCode.h253 bool isKeyword(llvm::StringRef TokenName, const LangOptions &LangOpts);
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas941 function GetTokenType(const TokenName: String): Integer; in GetTokenType()
1802 function GetTokenType(const TokenName: String): Integer; in GetTokenType()
4077 function TTreeWizard.GetTokenType(const TokenName: String): Integer; in TTreeWizard.GetTokenType()
4081 if (not FTokenNameToTypeMap.TryGetValue(TokenName, Result)) then
4268 Lbl, TokenName, Text, Arg: String;
4301 TokenName := FTokenizer.SVal;
4303 if (TokenName = 'nil') then
4305 Text := TokenName;
4317 TreeNodeType := FWizard.GetTokenType(TokenName);
DAntlr.Runtime.pas4336 TokenName: String;
4342 TokenName := 'EOF'
4344 TokenName := TokenNames[UTE.Expecting];
4346 + ' expecting ' + TokenName;
4352 TokenName := 'EOF'
4354 TokenName := TokenNames[MTE.Expecting];
4355 Result := 'missing ' + TokenName + ' at ' + GetTokenErrorDisplay(E.Token);
4361 TokenName := 'EOF'
4363 TokenName := TokenNames[MMTE.Expecting];
4365 + ' expecting ' + TokenName;
[all …]
/external/clang/lib/Parse/
DParseDecl.cpp2334 IdentifierInfo *TokenName = Tok.getIdentifierInfo(); in ParseImplicitInt() local
2335 LookupResult R(Actions, TokenName, SourceLocation(), in ParseImplicitInt()
2339 << TokenName << TagName << getLangOpts().CPlusPlus in ParseImplicitInt()
2346 << TokenName << TagName; in ParseImplicitInt()
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp2593 IdentifierInfo *TokenName = Tok.getIdentifierInfo(); in ParseImplicitInt() local
2594 LookupResult R(Actions, TokenName, SourceLocation(), in ParseImplicitInt()
2598 << TokenName << TagName << getLangOpts().CPlusPlus in ParseImplicitInt()
2605 << TokenName << TagName; in ParseImplicitInt()