Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp6244 CXXRecordDecl *SubstRecord = T->getAsCXXRecordDecl(); in FindInstantiatedDecl() local
6246 if (!SubstRecord) { in FindInstantiatedDecl()
6263 Loc, cast<ClassTemplateSpecializationDecl>(SubstRecord))) { in FindInstantiatedDecl()
6265 << T << (SubstRecord->getTemplateSpecializationKind() == in FindInstantiatedDecl()
6269 DC = SubstRecord; in FindInstantiatedDecl()