Home
last modified time | relevance | path

Searched refs:MacroExpanderTest (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/unittests/Format/
DMacroExpanderTest.cpp12 class MacroExpanderTest : public ::testing::Test { class
14 MacroExpanderTest() : Lex(Allocator, Buffers) {} in MacroExpanderTest() function in clang::format::__anon02b5ee4e0111::MacroExpanderTest
78 TEST_F(MacroExpanderTest, SkipsDefinitionOnError) { in TEST_F() argument
86 TEST_F(MacroExpanderTest, ExpandsWithoutArguments) { in TEST_F() argument
103 TEST_F(MacroExpanderTest, ExpandsWithArguments) { in TEST_F() argument
113 TEST_F(MacroExpanderTest, AttributizesTokens) { in TEST_F() argument
154 TEST_F(MacroExpanderTest, RecursiveExpansion) { in TEST_F() argument
176 TEST_F(MacroExpanderTest, SingleExpansion) { in TEST_F() argument
189 TEST_F(MacroExpanderTest, UnderstandsCppTokens) { in TEST_F() argument
DCMakeLists.txt18 MacroExpanderTest.cpp
/external/llvm-project/llvm/utils/gn/secondary/clang/unittests/Format/
DBUILD.gn26 "MacroExpanderTest.cpp",