Home
last modified time | relevance | path

Searched refs:CurRD (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp2817 *CurRD = CurTy->getAsCXXRecordDecl(); in ComputeThisOffset() local
2832 Overrider.Offset + OverriderRDLayout.getVBaseClassOffset(CurRD); in ComputeThisOffset()
2834 ThisOffset += Layout.getBaseClassOffset(CurRD); in ComputeThisOffset()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp5508 const CXXRecordDecl *CurRD = in ValidateCandidate() local
5511 if (!CurRD || (CurRD != RD && !CurRD->isDerivedFrom(RD))) in ValidateCandidate()