Searched refs:MR_ExpandedArg (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/Format/ |
| H A D | MacroExpanderTest.cpp | 123 {tok::identifier, MR_ExpandedArg, 0, 0, {A}}, in TEST_F() 124 {tok::star, MR_ExpandedArg, 0, 0, {A}}, in TEST_F() 125 {tok::identifier, MR_ExpandedArg, 0, 0, {A}}, in TEST_F() 127 {tok::identifier, MR_ExpandedArg, 0, 0, {A}}, in TEST_F() 128 {tok::star, MR_ExpandedArg, 0, 0, {A}}, in TEST_F() 129 {tok::identifier, MR_ExpandedArg, 0, 0, {A}}, in TEST_F() 142 {tok::identifier, MR_ExpandedArg, 1, 0, {B}}, in TEST_F() 146 {tok::identifier, MR_ExpandedArg, 0, 1, {B}}, in TEST_F() 180 {tok::identifier, MR_ExpandedArg, 1, 0, {A}}, in TEST_F() 193 {tok::kw_const, MR_ExpandedArg, 1, 0, {A}}, in TEST_F() [all …]
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | MacroExpander.cpp | 194 Arg->MacroCtx = MacroExpansion(MR_ExpandedArg); in expand()
|
| H A D | FormatToken.h | 164 MR_ExpandedArg, enumerator
|