Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/AST/
H A DCommentParser.cpp261 ::testing::AssertionResult HasInlineCommandAt(const Comment *C, in HasInlineCommandAt() function
281 ::testing::AssertionResult HasInlineCommandAt(const Comment *C, in HasInlineCommandAt() function
287 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name); in HasInlineCommandAt()
299 ::testing::AssertionResult HasInlineCommandAt(const Comment *C, in HasInlineCommandAt() function
305 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name); in HasInlineCommandAt()
1002 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "c", NoArgs())); in TEST_F()
1019 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "c", NoArgs())); in TEST_F()
1037 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "c", "aaa")); in TEST_F()
1054 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "c", "aaa")); in TEST_F()
1072 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "unknown", NoArgs())); in TEST_F()