Home | History | Annotate | Download | only in Sema

Lines Matching refs:InstantiatedFrom

5923   NamedDecl *InstantiatedFrom = 0;
5935 InstantiatedFrom = Method->getInstantiatedFromMemberFunction();
5947 InstantiatedFrom = PrevVar->getInstantiatedFromStaticDataMember();
5955 InstantiatedFrom = PrevRecord->getInstantiatedFromMemberClass();
5963 InstantiatedFrom = PrevEnum->getInstantiatedFromMemberEnum();
5979 if (InstantiatedFrom && isa<CXXMethodDecl>(Member)) {
5981 cast<CXXMethodDecl>(InstantiatedFrom),
5983 } else if (InstantiatedFrom && isa<CXXRecordDecl>(Member)) {
5985 cast<CXXRecordDecl>(InstantiatedFrom),
5995 if (!InstantiatedFrom) {
6021 InstantiatedFrom,
6040 cast<CXXMethodDecl>(InstantiatedFrom),
6053 cast<VarDecl>(InstantiatedFrom),
6066 cast<CXXRecordDecl>(InstantiatedFrom),
6079 cast<EnumDecl>(InstantiatedFrom), TSK_ExplicitSpecialization);