Lines Matching defs:InstantiatedFrom
9338 NamedDecl *InstantiatedFrom = nullptr;
9394 InstantiatedFrom = BestMethod->getInstantiatedFromMemberFunction();
9411 << Member << (InstantiatedFrom ? InstantiatedFrom : Instantiation);
9426 InstantiatedFrom = PrevVar->getInstantiatedFromStaticDataMember();
9435 InstantiatedFrom = PrevRecord->getInstantiatedFromMemberClass();
9444 InstantiatedFrom = PrevEnum->getInstantiatedFromMemberEnum();
9463 if (InstantiatedFrom && isa<CXXMethodDecl>(Member)) {
9465 cast<CXXMethodDecl>(InstantiatedFrom),
9467 } else if (InstantiatedFrom && isa<CXXRecordDecl>(Member)) {
9469 cast<CXXRecordDecl>(InstantiatedFrom),
9479 if (!InstantiatedFrom) {
9505 InstantiatedFrom,
9528 cast<CXXMethodDecl>(InstantiatedFrom), TSK_ExplicitSpecialization);
9531 cast<VarDecl>(InstantiatedFrom), TSK_ExplicitSpecialization);
9534 cast<CXXRecordDecl>(InstantiatedFrom), TSK_ExplicitSpecialization);
9537 cast<EnumDecl>(InstantiatedFrom), TSK_ExplicitSpecialization);