Home | History | Annotate | Download | only in AST

Lines Matching refs:getDefinition

943   D1 = D1->getDefinition();
944 D2 = D2->getDefinition();
1756 if (FromRecord->getDefinition() && !ToRecord->getDefinition()) {
1765 if (FromEnum->getDefinition() && !ToEnum->getDefinition()) {
1822 if (To->getDefinition() || To->isBeingDefined()) {
1929 if (To->getDefinition() || To->isBeingDefined()) {
2311 TagDecl *Definition = D->getDefinition();
2353 if (RecordDecl *FoundDef = FoundRecord->getDefinition()) {
2847 if (VarDecl *DDef = D->getDefinition()) {
2848 if (VarDecl *ExistingDef = MergeWithVar->getDefinition()) {
3159 if (To->getDefinition()) {
3200 ObjCProtocolDecl *Definition = D->getDefinition();
3248 if (To->getDefinition()) {
3346 ObjCInterfaceDecl *Definition = D->getDefinition();
3729 = cast_or_null<CXXRecordDecl>(D->getTemplatedDecl()->getDefinition());
3827 TagDecl *Definition = D->getDefinition();
3876 if (RecordDecl *FoundDef = D2->getDefinition()) {
4259 if (ToClass->getDefinition()) {
4261 } else if (ObjCInterfaceDecl *FromDef = FromClass->getDefinition()) {
4269 if (ToProto->getDefinition()) {
4271 } else if (ObjCProtocolDecl *FromDef = FromProto->getDefinition()) {
4518 if (!ToRecord->getDefinition()) {
4526 if (!ToEnum->getDefinition()) {
4534 if (!ToIFace->getDefinition()) {
4542 if (!ToProto->getDefinition()) {
4645 if (!ID->getDefinition())
4649 if (!PD->getDefinition())
4653 if (!TD->getDefinition() && !TD->isBeingDefined()) {