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

/external/clang/lib/Format/
H A DFormatToken.h524 AdditionalKeywords(IdentifierTable &IdentTable) { argument
525 kw_in = &IdentTable.get("in");
526 kw_CF_ENUM = &IdentTable.get("CF_ENUM");
527 kw_CF_OPTIONS = &IdentTable.get("CF_OPTIONS");
528 kw_NS_ENUM = &IdentTable.get("NS_ENUM");
529 kw_NS_OPTIONS = &IdentTable.get("NS_OPTIONS");
531 kw_finally = &IdentTable.get("finally");
532 kw_function = &IdentTable.get("function");
533 kw_import = &IdentTable.get("import");
534 kw_var = &IdentTable
[all...]
H A DFormat.cpp603 IdentTable(getFormattingLangOpts(Style)), Keywords(IdentTable),
610 ForEachMacros.push_back(&IdentTable.get(ForEachMacro));
1063 IdentifierInfo &Info = IdentTable.get(FormatTok->TokenText);
1122 IdentifierTable IdentTable; member in class:clang::format::__anon1025::FormatTokenLexer

Completed in 50 milliseconds