reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
40 if (!m_passthrough) 51 if (m_passthrough) 52 m_passthrough->Initialize(Context); 109 if (m_passthrough) 110 return m_passthrough->HandleTopLevelDecl(D); 398 if (m_passthrough) 399 m_passthrough->HandleTranslationUnit(Ctx); 483 if (m_passthrough) 484 m_passthrough->HandleTagDeclDefinition(D); 488 if (m_passthrough) 489 m_passthrough->CompleteTentativeDefinition(D); 493 if (m_passthrough) 494 m_passthrough->HandleVTable(RD); 498 if (m_passthrough) 499 m_passthrough->PrintStats();