Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp6198 if (CXXRecordDecl *InstRecord = dyn_cast<CXXRecordDecl>(DC)) { in FindInstantiatedDecl() local
6202 = dyn_cast<ClassTemplateSpecializationDecl>(InstRecord)){ in FindInstantiatedDecl()
6205 return InstRecord; in FindInstantiatedDecl()
6209 if (isInstantiationOf(Record, InstRecord)) in FindInstantiatedDecl()
6210 return InstRecord; in FindInstantiatedDecl()