Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Fns

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