OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Overrides
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
CXXInheritance.h
272
/// pair is the virtual method that
overrides
it (including the
276
Overrides
;
284
iterator begin() { return
Overrides
.begin(); }
285
const_iterator begin() const { return
Overrides
.begin(); }
286
iterator end() { return
Overrides
.end(); }
287
const_iterator end() const { return
Overrides
.end(); }
288
unsigned size() const { return
Overrides
.size(); }
300
// Add all of the overriding methods from "other" into
overrides
for
301
// this method. Used when merging the
overrides
from multiple base
/external/clang/lib/AST/
CXXInheritance.cpp
429
=
Overrides
[OverriddenSubobject];
499
//
overrides
so that we do not walk the virtual base class (and
544
// For convenience we say that any virtual function
overrides
itself.
551
// This virtual method
overrides
other virtual methods, so it does
556
//
overrides
.
574
// or inherits another member function that
overrides
vf.
577
// replace any
overrides
from base classes with this
588
//
overrides
.
595
// For convenience we say that any virtual function
overrides
itself.
Completed in 32 milliseconds