Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CtorList

385 void CodeGenModule::EmitCtorList(const CtorList &Fns, const char *GlobalName) {
396 for (CtorList::const_iterator I = Fns.begin(), E = Fns.end(); I != E; ++I) {