Searched refs:isSemanticForm (Results 1 – 2 of 2) sorted by relevance
2046 S->isSemanticForm() ? S->getSyntacticForm() : S, Queue));2048 S->isSemanticForm() ? S : S->getSemanticForm(), Queue));
3944 bool isSemanticForm() const { return AltForm.getInt(); } in isSemanticForm() function3946 return isSemanticForm() ? nullptr : AltForm.getPointer(); in getSemanticForm()3949 return isSemanticForm() ? AltForm.getPointer() : nullptr; in getSyntacticForm()