Searched refs:IdentTable (Results 1 – 5 of 5) sorted by relevance
570 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()571 kw_final = &IdentTable.get("final"); in AdditionalKeywords()572 kw_override = &IdentTable.get("override"); in AdditionalKeywords()573 kw_in = &IdentTable.get("in"); in AdditionalKeywords()574 kw_of = &IdentTable.get("of"); in AdditionalKeywords()575 kw_CF_ENUM = &IdentTable.get("CF_ENUM"); in AdditionalKeywords()576 kw_CF_OPTIONS = &IdentTable.get("CF_OPTIONS"); in AdditionalKeywords()577 kw_NS_ENUM = &IdentTable.get("NS_ENUM"); in AdditionalKeywords()578 kw_NS_OPTIONS = &IdentTable.get("NS_OPTIONS"); in AdditionalKeywords()580 kw_as = &IdentTable.get("as"); in AdditionalKeywords()[all …]
75 IdentifierTable IdentTable; variable
32 IdentTable(getFormattingLangOpts(Style)), Keywords(IdentTable), in FormatTokenLexer()41 ForEachMacros.push_back(&IdentTable.get(ForEachMacro)); in FormatTokenLexer()486 IdentifierInfo &Info = IdentTable.get(FormatTok->TokenText); in getNextToken()
49 IdentifierTable IdentTable; variable55 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), IdentTable(LangOpts), in SourceMgr()
37 II = &IdentTable.get(ArgName); in deconstructMacroArgLoc()