Searched refs:IdentTable (Results 1 – 8 of 8) sorted by relevance
928 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()929 kw_final = &IdentTable.get("final"); in AdditionalKeywords()930 kw_override = &IdentTable.get("override"); in AdditionalKeywords()931 kw_in = &IdentTable.get("in"); in AdditionalKeywords()932 kw_of = &IdentTable.get("of"); in AdditionalKeywords()933 kw_CF_CLOSED_ENUM = &IdentTable.get("CF_CLOSED_ENUM"); in AdditionalKeywords()934 kw_CF_ENUM = &IdentTable.get("CF_ENUM"); in AdditionalKeywords()935 kw_CF_OPTIONS = &IdentTable.get("CF_OPTIONS"); in AdditionalKeywords()936 kw_NS_CLOSED_ENUM = &IdentTable.get("NS_CLOSED_ENUM"); in AdditionalKeywords()937 kw_NS_ENUM = &IdentTable.get("NS_ENUM"); in AdditionalKeywords()[all …]
125 IdentifierTable &IdentTable) in MacroExpander() argument127 IdentTable(IdentTable) { in MacroExpander()139 Allocator, IdentTable); in parseDefinition()
44 IdentifierTable &IdentTable);118 IdentifierTable &IdentTable; variable
29 IdentifierTable &IdentTable) in FormatTokenLexer() argument33 Style(Style), IdentTable(IdentTable), Keywords(IdentTable),41 auto Identifier = &IdentTable.get(ForEachMacro);45 auto Identifier = &IdentTable.get(IfMacro);49 auto Identifier = &IdentTable.get(AttributeMacro);53 auto Identifier = &IdentTable.get(StatementMacro);57 auto Identifier = &IdentTable.get(TypenameMacro);61 auto Identifier = &IdentTable.get(NamespaceMacro);66 auto Identifier = &IdentTable.get(WhitespaceSensitiveMacro);71 auto Identifier = &IdentTable.get(StatementAttributeLikeMacro);[all …]
106 IdentifierTable &IdentTable);130 IdentifierTable &IdentTable; variable
104 IdentifierTable IdentTable(getFormattingLangOpts(Style)); in process() local108 IdentTable); in process()
69 IdentifierTable IdentTable; variable75 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), IdentTable(LangOpts) {} in SourceMgr()
51 ArgUse = {&IdentTable.get(ArgName), ImmediateExpansionLoc, in deconstructMacroArgLoc()