Lines Matching refs:Syntactic
3878 // If this was list initialization, revert to syntactic list form.
10470 // Rebuild the syntactic form. The original syntactic form has
11049 if (InitListExpr *Syntactic = E->getSyntacticForm())
11050 E = Syntactic;
11063 // FIXME: Attempt to reuse the existing syntactic form of the InitListExpr
11064 // in some cases. We can't reuse it in general, because the syntactic and
11066 // match even if the syntactic form does.
11152 // Seems that if TransformInitListExpr() only works on the syntactic form of an
11158 llvm_unreachable("Unexpected DesignatedInitUpdateExpr in syntactic form of "
11167 llvm_unreachable("Unexpected NoInitExpr in syntactic form of initializer");