Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp6185 auto *SubstRecord = T->getAsCXXRecordDecl(); in FindInstantiatedDecl() local
6186 assert(SubstRecord && "class template id not a class type?"); in FindInstantiatedDecl()
6194 Loc, cast<ClassTemplateSpecializationDecl>(SubstRecord))) { in FindInstantiatedDecl()
6196 << T << (SubstRecord->getTemplateSpecializationKind() == in FindInstantiatedDecl()
6200 DC = SubstRecord; in FindInstantiatedDecl()