Searched refs:IdentTable (Results 1 – 2 of 2) sorted by relevance
524 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()525 kw_in = &IdentTable.get("in"); in AdditionalKeywords()526 kw_CF_ENUM = &IdentTable.get("CF_ENUM"); in AdditionalKeywords()527 kw_CF_OPTIONS = &IdentTable.get("CF_OPTIONS"); in AdditionalKeywords()528 kw_NS_ENUM = &IdentTable.get("NS_ENUM"); in AdditionalKeywords()529 kw_NS_OPTIONS = &IdentTable.get("NS_OPTIONS"); in AdditionalKeywords()531 kw_finally = &IdentTable.get("finally"); in AdditionalKeywords()532 kw_function = &IdentTable.get("function"); in AdditionalKeywords()533 kw_import = &IdentTable.get("import"); in AdditionalKeywords()534 kw_var = &IdentTable.get("var"); in AdditionalKeywords()[all …]
603 IdentTable(getFormattingLangOpts(Style)), Keywords(IdentTable), in FormatTokenLexer()610 ForEachMacros.push_back(&IdentTable.get(ForEachMacro)); in FormatTokenLexer()1063 IdentifierInfo &Info = IdentTable.get(FormatTok->TokenText); in getNextToken()1122 IdentifierTable IdentTable; member in clang::format::__anonf8d6a77d0111::FormatTokenLexer