Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp4739 if (CXXRecordDecl *InstRecord = dyn_cast<CXXRecordDecl>(DC)) { in FindInstantiatedDecl() local
4743 = dyn_cast<ClassTemplateSpecializationDecl>(InstRecord)){ in FindInstantiatedDecl()
4746 return InstRecord; in FindInstantiatedDecl()
4750 if (isInstantiationOf(Record, InstRecord)) in FindInstantiatedDecl()
4751 return InstRecord; in FindInstantiatedDecl()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp5902 if (CXXRecordDecl *InstRecord = dyn_cast<CXXRecordDecl>(DC)) { in FindInstantiatedDecl() local
5906 = dyn_cast<ClassTemplateSpecializationDecl>(InstRecord)){ in FindInstantiatedDecl()
5909 return InstRecord; in FindInstantiatedDecl()
5913 if (isInstantiationOf(Record, InstRecord)) in FindInstantiatedDecl()
5914 return InstRecord; in FindInstantiatedDecl()