OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ivarType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp
923
QualType
ivarType
= ivar->getType();
924
auto TInfo = CGM.getContext().getTypeInfoInChars(
ivarType
);
951
if (
ivarType
.getObjCLifetime() == Qualifiers::OCL_Strong)
987
if (
ivarType
.hasNonTrivialObjCLifetime() ||
989
CGM.getContext().getObjCGCAttrKind(
ivarType
))) {
996
if (const RecordType *recordType =
ivarType
->getAs<RecordType>())
1236
QualType
ivarType
= ivar->getType();
1237
switch (getEvaluationKind(
ivarType
)) {
1240
EmitStoreOfComplex(pair, MakeAddrLValue(ReturnValue,
ivarType
),
1248
EmitAggregateCopy(/* Dest= */ MakeAddrLValue(ReturnValue,
ivarType
),
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
726
QualType
ivarType
= ivar->getType();
727
Qualifiers::ObjCLifetime ivarLifetime =
ivarType
.getObjCLifetime();
751
SplitQualType split =
ivarType
.split();
753
assert(
ivarType
->isObjCARCImplicitlyUnretainedType());
755
ivarType
= S.Context.getQualifiedType(split);
756
ivar->setType(
ivarType
);
814
QualType
ivarType
= ivar->getType();
815
Qualifiers::ObjCLifetime ivarLifetime =
ivarType
.getObjCLifetime();
1360
QualType
IvarType
= Context.getCanonicalType(Ivar->getType());
1363
if (!Context.hasSameType(PropertyIvarType,
IvarType
)) {
[
all
...]
Completed in 42 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026