OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Subobject
(Results
1 - 4
of
4
) sorted by null
/external/clang/include/clang/AST/
CXXInheritance.h
41
/// base "number" that identifies which base
subobject
of the
52
/// \brief Identifies which base class
subobject
(of type
63
/// (direct or indirect) base class
subobject
.
68
///
subobject
is being used.
79
///
subobject
.
100
/// base
subobject
of type A. One path is (D,0) -> (B,0) -> (A,0)
115
/// refer to the same base class
subobject
of type A (the virtual
130
/// the cv-unqualified canonical type of the base class
subobject
.
233
/// hierarchy by the method itself and a class
subobject
number.
235
UniqueVirtualMethod() : Method(0),
Subobject
(0), InVirtualSubobject(0) {
[
all
...]
/external/clang/lib/AST/
ExprConstant.cpp
112
/// Find the path length and type of the most-derived
subobject
in the given
150
/// A path from a glvalue to a
subobject
of that glvalue.
152
/// True if the
subobject
was named in a manner not supported by C++11. Such
161
///
subobject
.
173
/// The entries on the path from the glvalue to the designated
subobject
.
212
/// Check that this refers to a valid
subobject
.
218
/// Check that this refers to a valid
subobject
, and if not, produce a
261
/// Add N to the address of this
subobject
.
840
// Outside C++11, do not build a designator referring to a
subobject
of
[
all
...]
VTableBuilder.cpp
93
/// in a base
subobject
.
103
/// SubobjectsToOffsetsMapTy - A mapping from a base
subobject
(represented
104
/// as a record decl and a
subobject
number) and its offsets in the most
121
/// dump - dump the final overriders for a base
subobject
, and all its direct
132
/// the
subobject
with the given base offset.
182
"Did not find
subobject
offset!");
192
std::make_pair(OverriderRD, Method.
Subobject
))
193
&& "Did not find
subobject
offset!");
196
Method.
Subobject
)];
329
// Set up the
subobject
to offset mapping
[
all
...]
/external/clang/lib/Sema/
SemaDeclCXX.cpp
[
all
...]
Completed in 132 milliseconds