Searched refs:GetChildAt (Results 1 – 1 of 1) sorted by relevance
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 93 ::testing::AssertionResult GetChildAt(const Comment *C, in GetChildAt() function 122 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC); in HasTextAt() 143 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC); in HasTextWithNewlineAt() 166 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC); in HasBlockCommandAt() 191 ::testing::AssertionResult AR = GetChildAt(C, Idx, PCC); in HasParamCommandAt() 237 ::testing::AssertionResult AR = GetChildAt(C, Idx, TPCC); in HasTParamCommandAt() 268 ::testing::AssertionResult AR = GetChildAt(C, Idx, ICC); in HasInlineCommandAt() 329 ::testing::AssertionResult AR = GetChildAt(C, Idx, HST); in HasHTMLStartTagAt() 422 ::testing::AssertionResult AR = GetChildAt(C, Idx, HET); in HasHTMLEndTagAt() 441 ::testing::AssertionResult AR = GetChildAt(C, Idx, PC); in HasParagraphCommentAt() [all …]
|