Home | History | Annotate | Download | only in Sema

Lines Matching refs:getDefinition

704   if (!Class->getDefinition() || Class->isDependentContext())
771 if (Record->getDefinition() && CanDeclareSpecialMemberFunction(Record)) {
785 if (Record->getDefinition() && Record->needsImplicitDestructor() &&
795 if (Record->getDefinition() && CanDeclareSpecialMemberFunction(Record)) {
1944 if (!LookupRec || !LookupRec->getDefinition())
2729 RD = RD->getDefinition();
4847 return VD->getDefinition();
4851 return TD->getDefinition();
4853 return ID->getDefinition();
4855 return PD->getDefinition();