Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h1031 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()
1032 kw_final = &IdentTable.get("final"); in AdditionalKeywords()
1033 kw_override = &IdentTable.get("override"); in AdditionalKeywords()
1034 kw_in = &IdentTable.get("in"); in AdditionalKeywords()
1035 kw_of = &IdentTable.get("of"); in AdditionalKeywords()
1036 kw_CF_CLOSED_ENUM = &IdentTable.get("CF_CLOSED_ENUM"); in AdditionalKeywords()
1037 kw_CF_ENUM = &IdentTable.get("CF_ENUM"); in AdditionalKeywords()
1038 kw_CF_OPTIONS = &IdentTable.get("CF_OPTIONS"); in AdditionalKeywords()
1039 kw_NS_CLOSED_ENUM = &IdentTable.get("NS_CLOSED_ENUM"); in AdditionalKeywords()
1040 kw_NS_ENUM = &IdentTable.get("NS_ENUM"); 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(LangOpts); in process() local
107 IdentTable); in process()
112 Allocator, IdentTable); in process()
H A DFormatTokenLexer.h40 IdentifierTable &IdentTable);
122 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.h100 IdentifierTable &IdentTable);
130 IdentifierTable &IdentTable; variable
H A DUnwrappedLineParser.h108 IdentifierTable &IdentTable);
H A DUnwrappedLineParser.cpp162 IdentifierTable &IdentTable) in UnwrappedLineParser() argument
172 Macros(Style.Macros, SourceMgr, Style, Allocator, IdentTable) { in UnwrappedLineParser()
/freebsd/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/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp51 ArgUse = {&IdentTable.get(ArgName), ImmediateExpansionLoc, in deconstructMacroArgLoc()