Home | History | Annotate | Download | only in libclang

Lines Matching full:syntactic

755     // Visit the function declaration's syntactic components in the order
2055 // We care about the syntactic form of the initializer list, only.
2056 if (InitListExpr *Syntactic = IE->getSyntacticForm())
2057 IE = Syntactic;
2167 // Treat the expression like its syntactic form.