Searched defs:IdentTable (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Format/
H A DFormat.cpp1272 Style(Style), IdentTable(getFormattingLangOpts()), Encoding(Encoding),
1277 ForEachMacros.push_back(&IdentTable.get(ForEachMacro));
1293 IdentifierTable &getIdentTable() { return IdentTable; }
1590 IdentifierInfo &Info = IdentTable.get(FormatTok->TokenText);
1639 IdentifierTable IdentTable; member in class:clang::format::__anon17898::FormatTokenLexer

Completed in 111 milliseconds