Searched refs:PBase (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Analysis/
H A Dconst-method-call.cpp29 struct PBase { struct
33 struct PDerived : PBase {
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2574 if (const CXXRecordDecl *PBase = RL.getPrimaryBase()) {
2577 const ASTRecordLayout &BRL = CGM.getContext().getASTRecordLayout(PBase);
2580 PBase = PBT;
2585 getOrCreateType(QualType(PBase->getTypeForDecl(), 0),

Completed in 117 milliseconds