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