Home
last modified time | relevance | path

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

/external/clang/unittests/AST/
DCommentParser.cpp263 ::testing::AssertionResult HasInlineCommandAt(const Comment *C, in HasInlineCommandAt() function
283 ::testing::AssertionResult HasInlineCommandAt(const Comment *C, in HasInlineCommandAt() function
289 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name); in HasInlineCommandAt()
301 ::testing::AssertionResult HasInlineCommandAt(const Comment *C, in HasInlineCommandAt() function
307 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name); in HasInlineCommandAt()
1004 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "c", NoArgs())); in TEST_F()
1021 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "c", NoArgs())); in TEST_F()
1039 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "c", "aaa")); in TEST_F()
1056 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "c", "aaa")); in TEST_F()
1074 ASSERT_TRUE(HasInlineCommandAt(PC, Traits, 1, ICC, "unknown", NoArgs())); in TEST_F()