Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h984 kw_in = &IdentTable.get("in"); in AdditionalKeywords()
985 kw_of = &IdentTable.get("of"); in AdditionalKeywords()
994 kw_as = &IdentTable.get("as"); in AdditionalKeywords()
1001 kw_get = &IdentTable.get("get"); in AdditionalKeywords()
1004 kw_is = &IdentTable.get("is"); in AdditionalKeywords()
1005 kw_let = &IdentTable.get("let"); in AdditionalKeywords()
1008 kw_set = &IdentTable.get("set"); in AdditionalKeywords()
1011 kw_var = &IdentTable.get("var"); in AdditionalKeywords()
1063 kw_out = &IdentTable.get("out"); in AdditionalKeywords()
1065 kw_ref = &IdentTable.get("ref"); in AdditionalKeywords()
[all …]
H A DMacroExpander.cpp125 IdentifierTable &IdentTable) in MacroExpander() argument
127 IdentTable(IdentTable) { in MacroExpander()
139 Allocator, IdentTable); in parseDefinition()
H A DTokenAnalyzer.cpp104 IdentifierTable IdentTable(getFormattingLangOpts(Style)); in process() local
107 IdentTable); in process()
112 Allocator, IdentTable); in process()
H A DFormatTokenLexer.h45 IdentifierTable &IdentTable);
127 IdentifierTable &IdentTable; variable
H A DFormatTokenLexer.cpp29 IdentifierTable &IdentTable) in FormatTokenLexer() argument
33 Style(Style), IdentTable(IdentTable), Keywords(IdentTable),
41 auto Identifier = &IdentTable.get(ForEachMacro);
45 auto Identifier = &IdentTable.get(IfMacro);
49 auto Identifier = &IdentTable.get(AttributeMacro);
53 auto Identifier = &IdentTable.get(StatementMacro);
57 auto Identifier = &IdentTable.get(TypenameMacro);
61 auto Identifier = &IdentTable.get(NamespaceMacro);
66 auto Identifier = &IdentTable.get(WhitespaceSensitiveMacro);
71 auto Identifier = &IdentTable.get(StatementAttributeLikeMacro);
[all …]
H A DMacros.h106 IdentifierTable &IdentTable);
136 IdentifierTable &IdentTable; variable
H A DUnwrappedLineParser.h114 IdentifierTable &IdentTable);
H A DUnwrappedLineParser.cpp154 IdentifierTable &IdentTable) in UnwrappedLineParser() argument
163 Macros(Style.Macros, SourceMgr, Style, Allocator, IdentTable) {} in UnwrappedLineParser()
/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp51 ArgUse = {&IdentTable.get(ArgName), ImmediateExpansionLoc, in deconstructMacroArgLoc()