reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
267 if (!DeclsInPrototype.empty()) { 270 I.Fun.NumExceptionsOrDecls = DeclsInPrototype.size(); 272 I.Fun.DeclsInPrototype = new NamedDecl *[DeclsInPrototype.size()]; 273 for (size_t J = 0; J < DeclsInPrototype.size(); ++J) 274 I.Fun.DeclsInPrototype[J] = DeclsInPrototype[J];