Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp4529 if (CXXRecordDecl *InstRecord = dyn_cast<CXXRecordDecl>(DC)) { in FindInstantiatedDecl() local
4533 = dyn_cast<ClassTemplateSpecializationDecl>(InstRecord)){ in FindInstantiatedDecl()
4536 return InstRecord; in FindInstantiatedDecl()
4540 if (isInstantiationOf(Record, InstRecord)) in FindInstantiatedDecl()
4541 return InstRecord; in FindInstantiatedDecl()