Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h845 kw_in = &IdentTable.get("in"); in AdditionalKeywords()
846 kw_of = &IdentTable.get("of"); in AdditionalKeywords()
854 kw_as = &IdentTable.get("as"); in AdditionalKeywords()
859 kw_from = &IdentTable.get("from"); in AdditionalKeywords()
861 kw_get = &IdentTable.get("get"); in AdditionalKeywords()
864 kw_is = &IdentTable.get("is"); in AdditionalKeywords()
865 kw_let = &IdentTable.get("let"); in AdditionalKeywords()
868 kw_set = &IdentTable.get("set"); in AdditionalKeywords()
871 kw_var = &IdentTable.get("var"); in AdditionalKeywords()
917 kw_out = &IdentTable.get("out"); in AdditionalKeywords()
[all …]
H A DMacroExpander.cpp126 IdentifierTable &IdentTable) in MacroExpander() argument
128 IdentTable(IdentTable) { in MacroExpander()
141 Allocator, IdentTable); in parseDefinition()
H A DMacros.h109 IdentifierTable &IdentTable);
133 IdentifierTable &IdentTable; variable
H A DFormatTokenLexer.cpp29 IdentifierTable &IdentTable) in FormatTokenLexer() argument
32 Style(Style), IdentTable(IdentTable), Keywords(IdentTable),
41 Macros.insert({&IdentTable.get(ForEachMacro), TT_ForEachMacro});
43 Macros.insert({&IdentTable.get(IfMacro), TT_IfMacro});
45 Macros.insert({&IdentTable.get(AttributeMacro), TT_AttributeMacro});
47 Macros.insert({&IdentTable.get(StatementMacro), TT_StatementMacro});
49 Macros.insert({&IdentTable.get(TypenameMacro), TT_TypenameMacro});
51 Macros.insert({&IdentTable.get(NamespaceMacro), TT_NamespaceMacro});
55 {&IdentTable.get(WhitespaceSensitiveMacro), TT_UntouchableMacroFunc});
59 Macros.insert({&IdentTable.get(StatementAttributeLikeMacro),
[all …]
H A DFormatTokenLexer.h43 IdentifierTable &IdentTable);
107 IdentifierTable &IdentTable; variable
H A DTokenAnalyzer.cpp68 IdentifierTable IdentTable(getFormattingLangOpts(Style)); in process() local
72 IdentTable); in process()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h69 IdentifierTable IdentTable; variable
75 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), IdentTable(LangOpts) {} in SourceMgr()
/freebsd-13.1/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp51 ArgUse = {&IdentTable.get(ArgName), ImmediateExpansionLoc, in deconstructMacroArgLoc()