Home | History | Annotate | Download | only in libclang

Lines Matching full:syntactic

772     // Visit the function declaration's syntactic components in the order
2113 // We care about the syntactic form of the initializer list, only.
2114 if (InitListExpr *Syntactic = IE->getSyntacticForm())
2115 IE = Syntactic;
2225 // Treat the expression like its syntactic form.