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/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp2383 bool Analyze(Record *InstRecord) { in Analyze() argument
2384 const TreePattern *Pattern = CDP.getInstruction(InstRecord).getPattern(); in Analyze()