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 481 /// \brief Overriders for each virtual base subobject.
491 CXXFinalOverriderMap &Overriders);
498 CXXFinalOverriderMap &Overriders) {
511 if (Overriders.empty() && !Base->isVirtual()) {
512 // There are no other overriders of virtual member functions,
513 // so let the base class fill in our overriders for us.
514 Collect(BaseDecl, false, InVirtualSubobject, Overriders);
541 // Merge the overriders from this base class into our own set of
542 // overriders.
549 Overriders[CanonOM].add(OM->second)
    [all...]
VTableBuilder.cpp 72 /// MostDerivedClass - The most derived class for which the final overriders
76 /// MostDerivedClassOffset - If we're building final overriders for a
82 /// different than the most derived class if the final overriders are for a
98 /// OverridersMap - The final overriders for all virtual member functions of
120 /// dump - dump the final overriders for a base subobject, and all its direct
140 /// dump - dump the final overriders.
169 // Get 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 1024 milliseconds