reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3300 while ((Prev = Prev->getPreviousDecl())) { 3300 while ((Prev = Prev->getPreviousDecl())) { 3301 FoundBody |= Prev->Body.isValid(); 3303 if (Prev->Body) { 3306 if (!Prev->isInlineSpecified() || 3307 Prev->getStorageClass() != SC_Extern) 3309 } else if (Prev->isInlineSpecified() && 3310 Prev->getStorageClass() != SC_Extern) {