Searched refs:IdentTable (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h705 AdditionalKeywords(IdentifierTable &IdentTable) { argument
706 kw_final = &IdentTable.get("final");
707 kw_override = &IdentTable.get("override");
708 kw_in = &IdentTable.get("in");
709 kw_of = &IdentTable.get("of");
710 kw_CF_CLOSED_ENUM = &IdentTable.get("CF_CLOSED_ENUM");
711 kw_CF_ENUM = &IdentTable.get("CF_ENUM");
712 kw_CF_OPTIONS = &IdentTable.get("CF_OPTIONS");
713 kw_NS_CLOSED_ENUM = &IdentTable.get("NS_CLOSED_ENUM");
714 kw_NS_ENUM = &IdentTable
[all...]
H A DFormatTokenLexer.h43 IdentifierTable &IdentTable);
108 IdentifierTable &IdentTable; member in class:clang::format::FormatTokenLexer
H A DTokenAnalyzer.cpp68 IdentifierTable IdentTable(getFormattingLangOpts(Style));
72 IdentTable);
H A DFormatTokenLexer.cpp29 IdentifierTable &IdentTable)
32 Style(Style), IdentTable(IdentTable), Keywords(IdentTable),
41 Macros.insert({&IdentTable.get(ForEachMacro), TT_ForEachMacro});
43 Macros.insert({&IdentTable.get(StatementMacro), TT_StatementMacro});
45 Macros.insert({&IdentTable.get(TypenameMacro), TT_TypenameMacro});
47 Macros.insert({&IdentTable.get(NamespaceMacro), TT_NamespaceMacro});
51 {&IdentTable.get(WhitespaceSensitiveMacro), TT_UntouchableMacroFunc});
963 IdentifierInfo &Info = IdentTable
25 FormatTokenLexer( const SourceManager &SourceMgr, FileID ID, unsigned Column, const FormatStyle &Style, encoding::Encoding Encoding, llvm::SpecificBumpPtrAllocator<FormatToken> &Allocator, IdentifierTable &IdentTable) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h69 IdentifierTable IdentTable; member in class:clang::edit::EditedSource
75 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), IdentTable(LangOpts) {}
/freebsd-13-stable/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp51 ArgUse = {&IdentTable.get(ArgName), ImmediateExpansionLoc,

Completed in 169 milliseconds