Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5910 if (CXXRecordDecl *InstRecord = dyn_cast<CXXRecordDecl>(DC)) { in FindInstantiatedDecl() local
5914 = dyn_cast<ClassTemplateSpecializationDecl>(InstRecord)){ in FindInstantiatedDecl()
5917 return InstRecord; in FindInstantiatedDecl()
5921 if (isInstantiationOf(Record, InstRecord)) in FindInstantiatedDecl()
5922 return InstRecord; in FindInstantiatedDecl()