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

/external/clang/lib/AST/
H A DVTableBuilder.cpp942 PrimaryBasesSetVectorTy &PrimaryBases);
1358 VTableBuilder::PrimaryBasesSetVectorTy PrimaryBases;
1361 PrimaryBases.insert(RD);
1391 if (!PrimaryBases.insert(PrimaryBase))
1399 return OverridesIndirectMethodInBases(Overrider, PrimaryBases);
1431 PrimaryBasesSetVectorTy &PrimaryBases) {
1463 FirstBaseOffsetInLayoutClass, PrimaryBases); local
1465 if (!PrimaryBases.insert(PrimaryBase))
1485 FindNearestOverriddenMethod(MD, PrimaryBases)) {
1625 PrimaryBasesSetVectorTy PrimaryBases; local
1428 AddMethods(BaseSubobject Base, CharUnits BaseOffsetInLayoutClass, const CXXRecordDecl *FirstBaseInPrimaryBaseChain, CharUnits FirstBaseOffsetInLayoutClass, PrimaryBasesSetVectorTy &PrimaryBases) argument
2172 CollectPrimaryBases(const CXXRecordDecl *RD, ASTContext &Context, VTableBuilder::PrimaryBasesSetVectorTy &PrimaryBases) argument
2213 VTableBuilder::PrimaryBasesSetVectorTy PrimaryBases; local
[all...]

Completed in 36 milliseconds