HomeSort by relevance Sort by last modified time
    Searched refs:Overriders (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
CXXInheritance.cpp 462 /// \brief Overriders for each virtual base subobject.
472 CXXFinalOverriderMap &Overriders);
479 CXXFinalOverriderMap &Overriders) {
492 if (Overriders.empty() && !Base->isVirtual()) {
493 // There are no other overriders of virtual member functions,
494 // so let the base class fill in our overriders for us.
495 Collect(BaseDecl, false, InVirtualSubobject, Overriders);
517 // Merge the overriders from this base class into our own set of
518 // overriders.
525 Overriders[CanonOM].add(OM->second)
    [all...]
VTableBuilder.cpp 70 /// MostDerivedClass - The most derived class for which the final overriders
74 /// MostDerivedClassOffset - If we're building final overriders for a
80 /// different than the most derived class if the final overriders are for a
96 /// OverridersMap - The final overriders for all virtual member functions of
118 /// dump - dump the final overriders for a base subobject, and all its direct
138 /// dump - dump the final overriders.
167 // Get the the final overriders.
406 Out << "Final overriders for (" << RD->getQualifiedNameAsString() << ", ";
409 // Now dump the overriders for this base subobject.
567 /// FinalOverriders - The final overriders of the most derived class
    [all...]

Completed in 19 milliseconds