Searched defs:BRL (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2289 const ASTRecordLayout &BRL = CGM.getContext().getASTRecordLayout(PBase); local
2290 const CXXRecordDecl *PBT = BRL.getPrimaryBase();
2291 if (PBT && !BRL.isPrimaryBaseVirtual())

Completed in 699 milliseconds