Searched refs:getSemanticForm (Results 1 – 3 of 3) sorted by relevance
426 InitListExpr *SemaForm = S->isSemanticForm() ? S : S->getSemanticForm(); in TraverseInitListExpr()
614 if (auto Sem = ILE->isSemanticForm() ? ILE : ILE->getSemanticForm()) \2295 S->isSemanticForm() ? S : S->getSemanticForm(), Queue));
4341 InitListExpr *getSemanticForm() const { in getSemanticForm() function