Home
last modified time | relevance | path

Searched refs:IdentTable (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Format/
DFormatToken.h527 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 …]
DFormat.cpp766 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
/external/clang/include/clang/Edit/
DEditedSource.h49 IdentifierTable IdentTable; variable
55 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), IdentTable(LangOpts), in SourceMgr()
/external/clang/lib/Edit/
DEditedSource.cpp37 II = &IdentTable.get(ArgName); in deconstructMacroArgLoc()