Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3495 if (CXXRecordDecl *InstRecord = dyn_cast<CXXRecordDecl>(DC)) { in FindInstantiatedDecl() local
3499 = dyn_cast<ClassTemplateSpecializationDecl>(InstRecord)){ in FindInstantiatedDecl()
3502 return InstRecord; in FindInstantiatedDecl()
3506 if (isInstantiationOf(Record, InstRecord)) in FindInstantiatedDecl()
3507 return InstRecord; in FindInstantiatedDecl()