Home | History | Annotate | Download | only in libclang

Lines Matching refs:Syntactic

784     // Visit the function declaration's syntactic components in the order
2176 // We care about the syntactic form of the initializer list, only.
2177 if (InitListExpr *Syntactic = IE->getSyntacticForm())
2178 IE = Syntactic;
2279 // Treat the expression like its syntactic form.