Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp20588 std::vector<std::string> CustomIfs; in TEST_F() local
20589 CustomIfs.push_back("MYIF"); in TEST_F()
20590 CHECK_PARSE("IfMacros: [MYIF]", IfMacros, CustomIfs); in TEST_F()