Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/AST/
DCommentParser.cpp91 ::testing::AssertionResult GetChildAt(const Comment *C, in GetChildAt() function
120 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC); in HasTextAt()
141 ::testing::AssertionResult AR = GetChildAt(C, Idx, TC); in HasTextWithNewlineAt()
164 ::testing::AssertionResult AR = GetChildAt(C, Idx, BCC); in HasBlockCommandAt()
189 ::testing::AssertionResult AR = GetChildAt(C, Idx, PCC); in HasParamCommandAt()
235 ::testing::AssertionResult AR = GetChildAt(C, Idx, TPCC); in HasTParamCommandAt()
266 ::testing::AssertionResult AR = GetChildAt(C, Idx, ICC); in HasInlineCommandAt()
327 ::testing::AssertionResult AR = GetChildAt(C, Idx, HST); in HasHTMLStartTagAt()
420 ::testing::AssertionResult AR = GetChildAt(C, Idx, HET); in HasHTMLEndTagAt()
439 ::testing::AssertionResult AR = GetChildAt(C, Idx, PC); in HasParagraphCommentAt()
[all …]
/external/clang/unittests/AST/
DCommentParser.cpp93 ::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 …]
/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.cpp411 Node* GetChildAt(size_t i) { return m_Children[i].get(); } in GetChildAt() function in CFieldTree::Node
412 const Node* GetChildAt(size_t i) const { return m_Children[i].get(); } in GetChildAt() function in CFieldTree::Node
438 CPDF_FormField* pField = GetChildAt(i)->GetFieldInternal(pFieldsToGo); in GetFieldInternal()
451 count += GetChildAt(i)->CountFieldsInternal(); in CountFieldsInternal()
501 Node* pNode = pParent->GetChildAt(i); in Lookup()