Home | History | Annotate | Download | only in Sema

Lines Matching refs:InstantiatedFrom

6789   NamedDecl *InstantiatedFrom = nullptr;
6804 InstantiatedFrom = Method->getInstantiatedFromMemberFunction();
6816 InstantiatedFrom = PrevVar->getInstantiatedFromStaticDataMember();
6824 InstantiatedFrom = PrevRecord->getInstantiatedFromMemberClass();
6832 InstantiatedFrom = PrevEnum->getInstantiatedFromMemberEnum();
6848 if (InstantiatedFrom && isa<CXXMethodDecl>(Member)) {
6850 cast<CXXMethodDecl>(InstantiatedFrom),
6852 } else if (InstantiatedFrom && isa<CXXRecordDecl>(Member)) {
6854 cast<CXXRecordDecl>(InstantiatedFrom),
6864 if (!InstantiatedFrom) {
6890 InstantiatedFrom,
6909 cast<CXXMethodDecl>(InstantiatedFrom),
6922 cast<VarDecl>(InstantiatedFrom), TSK_ExplicitSpecialization);
6934 cast<CXXRecordDecl>(InstantiatedFrom),
6947 cast<EnumDecl>(InstantiatedFrom), TSK_ExplicitSpecialization);