OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:compositeType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
8335
QualType
compositeType
= FindCompositeObjCPointerType(LHS, RHS,
8339
if (!
compositeType
.isNull())
8340
return
compositeType
;
8431
QualType
compositeType
= LHSTy;
8446
if (!(
compositeType
=
8450
compositeType
= RHSOPT->isObjCBuiltinType() ? RHSTy : LHSTy;
8452
compositeType
= LHSOPT->isObjCBuiltinType() ? LHSTy : RHSTy;
8461
compositeType
= Context.getObjCIdType();
8463
compositeType
= Context.getObjCIdType();
8474
LHS = ImpCastExprToType(LHS.get(),
compositeType
, CK_BitCast)
[
all
...]
SemaExpr.cpp
8335
QualType
compositeType
= FindCompositeObjCPointerType(LHS, RHS,
8339
if (!
compositeType
.isNull())
8340
return
compositeType
;
8431
QualType
compositeType
= LHSTy;
8446
if (!(
compositeType
=
8450
compositeType
= RHSOPT->isObjCBuiltinType() ? RHSTy : LHSTy;
8452
compositeType
= LHSOPT->isObjCBuiltinType() ? LHSTy : RHSTy;
8461
compositeType
= Context.getObjCIdType();
8463
compositeType
= Context.getObjCIdType();
8474
LHS = ImpCastExprToType(LHS.get(),
compositeType
, CK_BitCast)
[
all
...]
Completed in 45 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026