Searched refs:IdentTable (Results 1 – 4 of 4) sorted by relevance
527 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()528 kw_final = &IdentTable.get("final"); in AdditionalKeywords()529 kw_override = &IdentTable.get("override"); in AdditionalKeywords()530 kw_in = &IdentTable.get("in"); in AdditionalKeywords()531 kw_CF_ENUM = &IdentTable.get("CF_ENUM"); in AdditionalKeywords()532 kw_CF_OPTIONS = &IdentTable.get("CF_OPTIONS"); in AdditionalKeywords()533 kw_NS_ENUM = &IdentTable.get("NS_ENUM"); in AdditionalKeywords()534 kw_NS_OPTIONS = &IdentTable.get("NS_OPTIONS"); in AdditionalKeywords()536 kw_finally = &IdentTable.get("finally"); in AdditionalKeywords()537 kw_function = &IdentTable.get("function"); in AdditionalKeywords()[all …]
766 IdentTable(getFormattingLangOpts(Style)), Keywords(IdentTable), in FormatTokenLexer()775 ForEachMacros.push_back(&IdentTable.get(ForEachMacro)); in FormatTokenLexer()1273 IdentifierInfo &Info = IdentTable.get(FormatTok->TokenText); in getNextToken()1348 IdentifierTable IdentTable; member in clang::format::__anon343c91420111::FormatTokenLexer
49 IdentifierTable IdentTable; variable55 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), IdentTable(LangOpts), in SourceMgr()
37 II = &IdentTable.get(ArgName); in deconstructMacroArgLoc()