HomeSort by: relevance | last modified time | path
    Searched refs:Overriders (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
CXXInheritance.cpp 496 /// Overriders for each virtual base subobject.
506 CXXFinalOverriderMap &Overriders);
514 CXXFinalOverriderMap &Overriders) {
526 if (Overriders.empty() && !Base.isVirtual()) {
527 // There are no other overriders of virtual member functions,
528 // so let the base class fill in our overriders for us.
529 Collect(BaseDecl, false, InVirtualSubobject, Overriders);
556 // Merge the overriders from this base class into our own set of
557 // overriders.
563 Overriders[CanonOM].add(OM->second)
    [all...]
VTableBuilder.cpp 80 /// MostDerivedClass - The most derived class for which the final overriders
84 /// MostDerivedClassOffset - If we're building final overriders for a
90 /// different than the most derived class if the final overriders are for a
106 /// OverridersMap - The final overriders for all virtual member functions of
128 /// dump - dump the final overriders for a base subobject, and all its direct
148 /// dump - dump the final overriders.
175 // Get the final overriders.
404 Out << "Final overriders for (";
409 // Now dump the overriders for this base subobject.
567 /// FinalOverriders - The final overriders of the most derived class
    [all...]

Completed in 17 milliseconds