Searched refs:InstRecord (Results 1 – 2 of 2) sorted by relevance
4739 if (CXXRecordDecl *InstRecord = dyn_cast<CXXRecordDecl>(DC)) { in FindInstantiatedDecl() local4743 = dyn_cast<ClassTemplateSpecializationDecl>(InstRecord)){ in FindInstantiatedDecl()4746 return InstRecord; in FindInstantiatedDecl()4750 if (isInstantiationOf(Record, InstRecord)) in FindInstantiatedDecl()4751 return InstRecord; in FindInstantiatedDecl()
2383 bool Analyze(Record *InstRecord) { in Analyze() argument2384 const TreePattern *Pattern = CDP.getInstruction(InstRecord).getPattern(); in Analyze()