Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3644 const ASTRecordLayout &BRL = CGM.getContext().getASTRecordLayout(PBase); in CollectContainingType() local
3645 const CXXRecordDecl *PBT = BRL.getPrimaryBase(); in CollectContainingType()
3646 if (PBT && !BRL.isPrimaryBaseVirtual()) in CollectContainingType()