Home
last modified time | relevance | path

Searched defs:RDecl (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp646 RecordDecl *RDecl = RTy->getDecl(); in LookupMemberExprInRecord() local
H A DSemaDecl.cpp16901 CXXRecordDecl* RDecl = cast<CXXRecordDecl>(RT->getDecl()); in CheckFieldDecl() local
16963 CXXRecordDecl *RDecl = cast<CXXRecordDecl>(RT->getDecl()); in CheckNontrivialField() local
H A DSemaInit.cpp777 const RecordDecl *RDecl = RType->getDecl(); in FillInEmptyInitializations() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp222 if (const auto *RDecl = dyn_cast<RecordDecl>(Context)) in getContextDescriptor() local
3560 else if (const RecordDecl *RDecl = in collectFunctionDeclProps() local
4662 else if (auto *RDecl = dyn_cast<CXXRecordDecl>(blockDecl->getParent())) in EmitDeclareOfBlockLiteralArgVariable() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp7560 RecordDecl *RDecl = cast<RecordType>(CT)->getDecl(); in getObjCEncodingForTypeImpl() local
7760 void ASTContext::getObjCEncodingForStructureImpl(RecordDecl *RDecl, in getObjCEncodingForStructureImpl()
9158 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() local