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.cpp6931 CXXRecordDecl *SubstRecord = T->getAsCXXRecordDecl(); in FindInstantiatedDecl() local
6933 if (!SubstRecord) { in FindInstantiatedDecl()
6954 Loc, cast<ClassTemplateSpecializationDecl>(SubstRecord))) { in FindInstantiatedDecl()
6956 << T << (SubstRecord->getTemplateSpecializationKind() == in FindInstantiatedDecl()
6960 DC = SubstRecord; in FindInstantiatedDecl()