Searched refs:isSemanticForm (Results 1 – 4 of 4) sorted by relevance
426 InitListExpr *SemaForm = S->isSemanticForm() ? S : S->getSemanticForm(); in TraverseInitListExpr()427 InitListExpr *SyntaxForm = S->isSemanticForm() ? S->getSyntacticForm() : S; in TraverseInitListExpr()
612 if (auto Syn = ILE->isSemanticForm() ? ILE->getSyntacticForm() : ILE) \614 if (auto Sem = ILE->isSemanticForm() ? ILE : ILE->getSemanticForm()) \2293 S->isSemanticForm() ? S->getSyntacticForm() : S, Queue));2295 S->isSemanticForm() ? S : S->getSemanticForm(), Queue));
4340 bool isSemanticForm() const { return AltForm.getInt(); } in isSemanticForm() function4342 return isSemanticForm() ? nullptr : AltForm.getPointer(); in getSemanticForm()4348 return isSemanticForm() ? AltForm.getPointer() : nullptr; in getSyntacticForm()
2060 assert(isSemanticForm() && "syntactic form never semantically transparent"); in isTransparent()