Home | History | Annotate | Download | only in AST

Lines Matching defs:nullptr

50   BaseOffset() : DerivedClass(nullptr), VirtualBase(nullptr),
76 OverriderInfo() : Method(nullptr), VirtualBase(nullptr),
225 const CXXRecordDecl *VirtualBase = nullptr;
1286 /*FinalOverriders=*/nullptr,
1437 return nullptr;
1491 const CXXDestructorDecl *ImplicitVirtualDtor = nullptr;
2118 assert(LHS.Method == nullptr && RHS.Method == nullptr);
2265 VCallAndVBaseOffsetBuilder Builder(RD, RD, /*FinalOverriders=*/nullptr,
2516 AddMethods(BaseSubobject(MostDerivedClass, CharUnits::Zero()), 0, nullptr,
2932 const CXXRecordDecl *NextBase = nullptr, *NextLastVBase = LastVBase;
3073 ForceReturnAdjustmentMangling ? MD : nullptr));
3353 P->NextBaseToMangle = nullptr;// Prevent the path from being extended twice.
3484 return nullptr;
3488 const FullPathTy *BestPath = nullptr;