Home | History | Annotate | Download | only in libclang

Lines Matching refs:InitListExpr

2016 // InitListExpr is a tricky one, because we want to do all our work on
2022 bool RecursiveASTVisitor<Derived>::TraverseInitListExpr(InitListExpr *S) {
2023 if (InitListExpr *Syn = S->getSyntacticForm())