Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp175 if (const RecordDecl *RDecl = dyn_cast<RecordDecl>(Context)) in getContextDescriptor() local
2629 else if (const RecordDecl *RDecl = in collectFunctionDeclProps() local
3435 else if (auto *RDecl = dyn_cast<CXXRecordDecl>(blockDecl->getParent())) in EmitDeclareOfBlockLiteralArgVariable() local
/external/clang/lib/Sema/
DSemaExprMember.cpp621 RecordDecl *RDecl = RTy->getDecl(); in LookupMemberExprInRecord() local
DSemaInit.cpp623 const RecordDecl *RDecl = RType->getDecl(); in FillInEmptyInitializations() local
2674 RecordDecl *RDecl = RType->getDecl(); in getStructuredSubobjectInit() local
DSemaDecl.cpp13580 CXXRecordDecl* RDecl = cast<CXXRecordDecl>(RT->getDecl()); in CheckFieldDecl() local
13637 CXXRecordDecl *RDecl = cast<CXXRecordDecl>(RT->getDecl()); in CheckNontrivialField() local
/external/clang/lib/AST/
DASTContext.cpp5740 RecordDecl *RDecl = cast<RecordType>(CT)->getDecl(); in getObjCEncodingForTypeImpl() local
5964 void ASTContext::getObjCEncodingForStructureImpl(RecordDecl *RDecl, in getObjCEncodingForStructureImpl()
7186 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); in areCommonBaseCompatible() local