Home
last modified time | relevance | path

Searched defs:SrcRD (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp996 const CXXRecordDecl *SrcRD = DiagnoseReinterpretUpDownCast() local
3228 const RecordDecl *SrcRD = SrcTy->getAsRecordDecl(); CheckCStyleCast() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp361 getMangleContext().mangleCXXVirtualDisplacementMap(SrcRD, DstRD, Out); in getAddrOfVirtualDisplacementMap() argument
2921 const CXXRecordDecl *SrcRD = cast<CXXRecordDecl>(MPD->getDeclContext()); EmitMemberPointer() local
3279 CXXRecordDecl *SrcRD = SrcTy->getMostRecentCXXRecordDecl(); EmitMemberPointerConversion() local
3325 const CXXRecordDecl *SrcRD = SrcTy->getMostRecentCXXRecordDecl(); EmitNonNullMemberPointerConversion() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp786 const auto *SrcRD = SrcType->getAsCXXRecordDecl(); isAlwaysNull() local
H A DMicrosoftMangle.cpp3734 mangleCXXVirtualDisplacementMap(const CXXRecordDecl * SrcRD,const CXXRecordDecl * DstRD,raw_ostream & Out) mangleCXXVirtualDisplacementMap() argument