Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNodeTest.cpp92 DeclarationMatcher StartsWithKIgnoreCase = in TEST_P() local
94 EXPECT_TRUE(matches("int k;", StartsWithKIgnoreCase)); in TEST_P()
95 EXPECT_TRUE(matches("int K;", StartsWithKIgnoreCase)); in TEST_P()