Searched refs:IdentTable (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | FormatToken.h | 898 kw_in = &IdentTable.get("in"); in AdditionalKeywords() 899 kw_of = &IdentTable.get("of"); in AdditionalKeywords() 907 kw_as = &IdentTable.get("as"); in AdditionalKeywords() 914 kw_get = &IdentTable.get("get"); in AdditionalKeywords() 917 kw_is = &IdentTable.get("is"); in AdditionalKeywords() 918 kw_let = &IdentTable.get("let"); in AdditionalKeywords() 921 kw_set = &IdentTable.get("set"); in AdditionalKeywords() 924 kw_var = &IdentTable.get("var"); in AdditionalKeywords() 976 kw_out = &IdentTable.get("out"); in AdditionalKeywords() 978 kw_ref = &IdentTable.get("ref"); in AdditionalKeywords() [all …]
|
| H A D | FormatTokenLexer.cpp | 29 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 D | MacroExpander.cpp | 125 IdentifierTable &IdentTable) in MacroExpander() argument 127 IdentTable(IdentTable) { in MacroExpander() 139 Allocator, IdentTable); in parseDefinition()
|
| H A D | FormatTokenLexer.h | 44 IdentifierTable &IdentTable); 111 IdentifierTable &IdentTable; variable
|
| H A D | Macros.h | 106 IdentifierTable &IdentTable); 130 IdentifierTable &IdentTable; variable
|
| H A D | TokenAnalyzer.cpp | 103 IdentifierTable IdentTable(getFormattingLangOpts(Style)); in process() local 107 IdentTable); in process()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/ |
| H A D | IntegerTypesCheck.cpp | 25 IdentifierTable &IdentTable) { in getTokenAtLoc() argument 32 IdentifierInfo &Info = IdentTable.get(Tok.getRawIdentifier()); in getTokenAtLoc() 66 IdentTable = std::make_unique<IdentifierTable>(getLangOpts()); in registerMatchers() 84 Token Tok = getTokenAtLoc(Loc, Result, *IdentTable); in check()
|
| H A D | IntegerTypesCheck.h | 46 std::unique_ptr<IdentifierTable> IdentTable; variable
|
| /llvm-project-15.0.7/clang/unittests/Format/ |
| H A D | TestLexer.h | 64 SourceMgr("test.cpp", ""), IdentTable(getFormattingLangOpts(Style)) {} in Allocator() 105 IdentTable); in getNewLexer() 114 IdentifierTable IdentTable; variable
|
| H A D | MacroExpanderTest.cpp | 19 Lex.Allocator, Lex.IdentTable); in create()
|
| H A D | MacroCallReconstructorTest.cpp | 139 Lex.Allocator, Lex.IdentTable); in createExpander()
|
| /llvm-project-15.0.7/clang/include/clang/Edit/ |
| H A D | EditedSource.h | 69 IdentifierTable IdentTable; variable 75 : SourceMgr(SM), LangOpts(LangOpts), PPRec(PPRec), IdentTable(LangOpts) {} in SourceMgr()
|
| /llvm-project-15.0.7/clang/lib/Edit/ |
| H A D | EditedSource.cpp | 51 ArgUse = {&IdentTable.get(ArgName), ImmediateExpansionLoc, in deconstructMacroArgLoc()
|