Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp680 RecordDecl *RDecl = RTy->getDecl(); LookupMemberExprInRecord() local
H A DSemaDecl.cpp18679 CXXRecordDecl* RDecl = cast<CXXRecordDecl>(RT->getDecl()); CheckFieldDecl() local
18741 CXXRecordDecl *RDecl = cast<CXXRecordDecl>(RT->getDecl()); CheckNontrivialField() local
[all...]
H A DSemaInit.cpp793 const RecordDecl *RDecl = RType->getDecl(); FillInEmptyInitializations() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp226 if (const auto *RDecl = dyn_cast<RecordDecl>(Context)) getContextDescriptor() local
3866 else if (const RecordDecl *RDecl = collectFunctionDeclProps() local
5146 else if (auto *RDecl = dyn_cast<CXXRecordDecl>(blockDecl->getParent())) EmitDeclareOfBlockLiteralArgVariable() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8326 RecordDecl *RDecl = cast<RecordType>(CT)->getDecl(); getObjCEncodingForTypeImpl() local
8530 getObjCEncodingForStructureImpl(RecordDecl * RDecl,std::string & S,const FieldDecl * FD,bool includeVBases,QualType * NotEncodedT) const getObjCEncodingForStructureImpl() argument
10041 const ObjCInterfaceDecl* RDecl = RHS->getInterface(); areCommonBaseCompatible() local
[all...]