Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp6102 if (CXXRecordDecl *InstRecord = dyn_cast<CXXRecordDecl>(DC)) { in FindInstantiatedDecl() local
6106 = dyn_cast<ClassTemplateSpecializationDecl>(InstRecord)){ in FindInstantiatedDecl()
6109 return InstRecord; in FindInstantiatedDecl()
6113 if (isInstantiationOf(Record, InstRecord)) in FindInstantiatedDecl()
6114 return InstRecord; in FindInstantiatedDecl()