OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IvarList
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp
1633
if (!data().
IvarList
) {
1636
data().
IvarList
= *I; ++I;
1637
for (curIvar = data().
IvarList
; I != E; curIvar = *I, ++I)
1646
if (!data().
IvarList
) {
1647
data().
IvarList
= *I; ++I;
1648
curIvar = data().
IvarList
;
1659
return data().
IvarList
;
1671
if (!data().
IvarList
)
1672
data().
IvarList
= IV;
1682
if (!data().
IvarList
) {
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp
1885
auto
ivarList
= ivarListBuilder.finishAndCreateGlobal(".objc_ivar_list",
1888
classFields.add(
ivarList
);
2849
/// Generates an
IvarList
. Used in construction of a objc_class.
2862
auto
IvarList
= Builder.beginStruct();
2863
IvarList
.addInt(IntTy, (int)IvarNames.size());
2870
auto Ivars =
IvarList
.beginArray(ObjCIvarTy);
2878
Ivars.finishAndAddTo(
IvarList
);
2881
return
IvarList
.finishAndCreateGlobal(".objc_ivar_list",
3543
llvm::Constant *
IvarList
= GenerateIvarList(IvarNames, IvarTypes,
3567
cast<llvm::GlobalVariable>(
IvarList
)->getValueType(), IvarList
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h
1177
///
IvarList
- List of all ivars defined by this class; including class
1179
ObjCIvarDecl *
IvarList
= nullptr;
1460
// Even though this modifies
IvarList
, it's conceptually const:
1464
void setIvarList(ObjCIvarDecl *ivar) { data().
IvarList
= ivar; }
Completed in 37 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026