Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DMacroExpanderTest.cpp12 class MacroExpanderTest : public ::testing::Test { class
14 MacroExpanderTest() : Lex(Allocator, Buffers) {} in MacroExpanderTest() function in clang::format::__anona382cfe70111::MacroExpanderTest
77 TEST_F(MacroExpanderTest, SkipsDefinitionOnError) { in TEST_F() argument
84 TEST_F(MacroExpanderTest, ExpandsWithoutArguments) { in TEST_F() argument
101 TEST_F(MacroExpanderTest, ExpandsWithArguments) { in TEST_F() argument
111 TEST_F(MacroExpanderTest, AttributizesTokens) { in TEST_F() argument
152 TEST_F(MacroExpanderTest, RecursiveExpansion) { in TEST_F() argument
174 TEST_F(MacroExpanderTest, SingleExpansion) { in TEST_F() argument
187 TEST_F(MacroExpanderTest, UnderstandsCppTokens) { in TEST_F() argument
H A DCMakeLists.txt22 MacroExpanderTest.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/unittests/Format/
H A DBUILD.gn30 "MacroExpanderTest.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt677 clang/unittests/Format/MacroExpanderTest.cpp