Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5950 auto *SubstRecord = T->getAsCXXRecordDecl(); in FindInstantiatedDecl() local
5951 assert(SubstRecord && "class template id not a class type?"); in FindInstantiatedDecl()
5959 Loc, cast<ClassTemplateSpecializationDecl>(SubstRecord))) { in FindInstantiatedDecl()
5961 << T << (SubstRecord->getTemplateSpecializationKind() == in FindInstantiatedDecl()
5965 DC = SubstRecord; in FindInstantiatedDecl()