Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/ASTMatchers/
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()