Lines Matching defs:InstantiatedFrom
9060 NamedDecl *InstantiatedFrom = nullptr;
9101 InstantiatedFrom = Method->getInstantiatedFromMemberFunction();
9107 << Member << (InstantiatedFrom ? InstantiatedFrom : Instantiation);
9120 InstantiatedFrom = PrevVar->getInstantiatedFromStaticDataMember();
9129 InstantiatedFrom = PrevRecord->getInstantiatedFromMemberClass();
9138 InstantiatedFrom = PrevEnum->getInstantiatedFromMemberEnum();
9157 if (InstantiatedFrom && isa<CXXMethodDecl>(Member)) {
9159 cast<CXXMethodDecl>(InstantiatedFrom),
9161 } else if (InstantiatedFrom && isa<CXXRecordDecl>(Member)) {
9163 cast<CXXRecordDecl>(InstantiatedFrom),
9173 if (!InstantiatedFrom) {
9199 InstantiatedFrom,
9222 cast<CXXMethodDecl>(InstantiatedFrom), TSK_ExplicitSpecialization);
9225 cast<VarDecl>(InstantiatedFrom), TSK_ExplicitSpecialization);
9228 cast<CXXRecordDecl>(InstantiatedFrom), TSK_ExplicitSpecialization);
9231 cast<EnumDecl>(InstantiatedFrom), TSK_ExplicitSpecialization);