Home | History | Annotate | Download | only in Sema

Lines Matching refs:Syntactic

8127   // Rebuild the syntactic form.  The original syntactic form has
8521 if (InitListExpr *Syntactic = E->getSyntacticForm())
8522 E = Syntactic;
8532 // FIXME: Attempt to reuse the existing syntactic form of the InitListExpr
8533 // in some cases. We can't reuse it in general, because the syntactic and
8535 // match even if the syntactic form does.
8610 // Seems that if TransformInitListExpr() only works on the syntactic form of an
8616 llvm_unreachable("Unexpected DesignatedInitUpdateExpr in syntactic form of "
8625 llvm_unreachable("Unexpected NoInitExpr in syntactic form of initializer");