Searched refs:SubstRecord (Results 1 – 1 of 1) sorted by relevance
5942 auto *SubstRecord = T->getAsCXXRecordDecl(); in FindInstantiatedDecl() local5943 assert(SubstRecord && "class template id not a class type?"); in FindInstantiatedDecl()5951 Loc, cast<ClassTemplateSpecializationDecl>(SubstRecord))) { in FindInstantiatedDecl()5953 << T << (SubstRecord->getTemplateSpecializationKind() == in FindInstantiatedDecl()5957 DC = SubstRecord; in FindInstantiatedDecl()