OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
73
/// MostDerivedClass - The most derived class for which the final
overriders
77
/// MostDerivedClassOffset - If we're building final
overriders
for a
83
/// different than the most derived class if the final
overriders
are for a
99
/// OverridersMap - The final
overriders
for all virtual member functions of
121
/// dump - dump the final
overriders
for a base subobject, and all its direct
141
/// dump - dump the final
overriders
.
168
// Get the final
overriders
.
400
Out << "Final
overriders
for (" << RD->getQualifiedNameAsString() << ", ";
403
// Now dump the
overriders
for this base subobject.
561
/// FinalOverriders - The final
overriders
of the most derived class
[
all
...]
Completed in 43 milliseconds