Home
last modified time | relevance | path

Searched refs:SubstRecord (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp5942 auto *SubstRecord = T->getAsCXXRecordDecl(); in FindInstantiatedDecl() local
5943 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()