Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormatToken.h832 AdditionalKeywords(IdentifierTable &IdentTable) { in AdditionalKeywords()
833 kw_final = &IdentTable.get("final"); in AdditionalKeywords()
834 kw_override = &IdentTable.get("override"); in AdditionalKeywords()
835 kw_in = &IdentTable.get("in"); in AdditionalKeywords()
836 kw_of = &IdentTable.get("of"); in AdditionalKeywords()
837 kw_CF_CLOSED_ENUM = &IdentTable.get("CF_CLOSED_ENUM"); in AdditionalKeywords()
838 kw_CF_ENUM = &IdentTable.get("CF_ENUM"); in AdditionalKeywords()
839 kw_CF_OPTIONS = &IdentTable.get("CF_OPTIONS"); in AdditionalKeywords()
840 kw_NS_CLOSED_ENUM = &IdentTable.get("NS_CLOSED_ENUM"); in AdditionalKeywords()
841 kw_NS_ENUM = &IdentTable.get("NS_ENUM"); in AdditionalKeywords()
[all …]
H A DMacroExpander.cpp126 IdentifierTable &IdentTable) in MacroExpander() argument
128 IdentTable(IdentTable) { in MacroExpander()
141 Allocator, IdentTable); in parseDefinition()
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(AttributeMacro), TT_AttributeMacro});
45 Macros.insert({&IdentTable.get(StatementMacro), TT_StatementMacro});
47 Macros.insert({&IdentTable.get(TypenameMacro), TT_TypenameMacro});
49 Macros.insert({&IdentTable.get(NamespaceMacro), TT_NamespaceMacro});
53 {&IdentTable.get(WhitespaceSensitiveMacro), TT_UntouchableMacroFunc});
57 Macros.insert({&IdentTable.get(StatementAttributeLikeMacro),
960 IdentifierInfo &Info = IdentTable.get(FormatTok->TokenText); in getNextToken()
H A DMacros.h109 IdentifierTable &IdentTable);
133 IdentifierTable &IdentTable; variable
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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/
H A DEditedSource.h69 IdentifierTable IdentTable; variable
75 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), IdentTable(LangOpts) {} in SourceMgr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DEditedSource.cpp51 ArgUse = {&IdentTable.get(ArgName), ImmediateExpansionLoc, in deconstructMacroArgLoc()