Searched refs:IdentTable (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | FormatToken.h | 1033 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords() 1034 kw_final = &IdentTable.get("final"); in AdditionalKeywords() 1035 kw_override = &IdentTable.get("override"); in AdditionalKeywords() 1036 kw_in = &IdentTable.get("in"); in AdditionalKeywords() 1037 kw_of = &IdentTable.get("of"); in AdditionalKeywords() 1038 kw_CF_CLOSED_ENUM = &IdentTable.get("CF_CLOSED_ENUM"); in AdditionalKeywords() 1039 kw_CF_ENUM = &IdentTable.get("CF_ENUM"); in AdditionalKeywords() 1040 kw_CF_OPTIONS = &IdentTable.get("CF_OPTIONS"); in AdditionalKeywords() 1041 kw_NS_CLOSED_ENUM = &IdentTable.get("NS_CLOSED_ENUM"); in AdditionalKeywords() 1042 kw_NS_ENUM = &IdentTable.get("NS_ENUM"); in AdditionalKeywords() [all …]
|
| H A D | MacroExpander.cpp | 122 IdentifierTable &IdentTable) in MacroExpander() argument 124 IdentTable(IdentTable) { in MacroExpander() 136 Allocator, IdentTable); in parseDefinition()
|
| H A D | TokenAnalyzer.cpp | 101 IdentifierTable IdentTable(LangOpts); in process() local 104 IdentTable); in process() 109 Allocator, IdentTable); in process()
|
| H A D | FormatTokenLexer.cpp | 30 IdentifierTable &IdentTable) in FormatTokenLexer() argument 34 Style(Style), IdentTable(IdentTable), Keywords(IdentTable), 43 auto Identifier = &IdentTable.get(ForEachMacro); 47 auto Identifier = &IdentTable.get(IfMacro); 51 auto Identifier = &IdentTable.get(AttributeMacro); 55 auto Identifier = &IdentTable.get(StatementMacro); 59 auto Identifier = &IdentTable.get(TypenameMacro); 63 auto Identifier = &IdentTable.get(NamespaceMacro); 68 auto Identifier = &IdentTable.get(WhitespaceSensitiveMacro); 73 auto Identifier = &IdentTable.get(StatementAttributeLikeMacro); [all …]
|
| H A D | FormatTokenLexer.h | 40 IdentifierTable &IdentTable); 125 IdentifierTable &IdentTable; variable
|
| H A D | Macros.h | 100 IdentifierTable &IdentTable); 130 IdentifierTable &IdentTable; variable
|
| H A D | UnwrappedLineParser.h | 108 IdentifierTable &IdentTable);
|
| H A D | UnwrappedLineParser.cpp | 159 IdentifierTable &IdentTable) in UnwrappedLineParser() argument 169 Macros(Style.Macros, SourceMgr, Style, Allocator, IdentTable) {} in UnwrappedLineParser()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Edit/ |
| H A D | EditedSource.h | 69 IdentifierTable IdentTable; variable 75 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), IdentTable(LangOpts) {} in SourceMgr()
|
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | EditedSource.cpp | 49 ArgUse = {&IdentTable.get(ArgName), ImmediateExpansionLoc, in deconstructMacroArgLoc()
|