Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.h672 kw_in = &IdentTable.get("in"); in AdditionalKeywords()
673 kw_of = &IdentTable.get("of"); in AdditionalKeywords()
679 kw_as = &IdentTable.get("as"); in AdditionalKeywords()
684 kw_from = &IdentTable.get("from"); in AdditionalKeywords()
686 kw_get = &IdentTable.get("get"); in AdditionalKeywords()
689 kw_is = &IdentTable.get("is"); in AdditionalKeywords()
690 kw_let = &IdentTable.get("let"); in AdditionalKeywords()
693 kw_set = &IdentTable.get("set"); in AdditionalKeywords()
694 kw_type = &IdentTable.get("type"); in AdditionalKeywords()
696 kw_var = &IdentTable.get("var"); in AdditionalKeywords()
[all …]
H A DFormatTokenLexer.cpp31 Style(Style), IdentTable(getFormattingLangOpts(Style)),
32 Keywords(IdentTable), Encoding(Encoding), FirstInLineIndex(0),
40 Macros.insert({&IdentTable.get(ForEachMacro), TT_ForEachMacro});
42 Macros.insert({&IdentTable.get(StatementMacro), TT_StatementMacro});
610 IdentifierInfo &Info = IdentTable.get(FormatTok->TokenText); in getNextToken()
H A DFormatTokenLexer.h96 IdentifierTable IdentTable; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Edit/
H A DEditedSource.h70 IdentifierTable IdentTable; variable
76 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), IdentTable(LangOpts) {} in SourceMgr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DEditedSource.cpp52 ArgUse = {&IdentTable.get(ArgName), ImmediateExpansionLoc, in deconstructMacroArgLoc()