OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isObjCIdType
(Results
1 - 25
of
25
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Analysis/
CocoaConventions.cpp
77
if (PT->
isObjCIdType
() || PT->isObjCQualifiedIdType() ||
RetainSummaryManager.cpp
301
return RetTy->
isObjCIdType
() ? getUnarySummary(FT, DoNothing)
726
if (ResultTy->
isObjCIdType
()) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp
457
if (OldTy->
isObjCIdType
() && !NewTy->
isObjCIdType
())
694
LowerBound = LowerBound->
isObjCIdType
() ? UpperBound : LowerBound;
695
UpperBound = UpperBound->
isObjCIdType
() ? LowerBound : UpperBound;
757
if (ReceiverType->
isObjCIdType
() || ReceiverType->isObjCClassType() ||
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp
842
if (result.get()->getType()->
isObjCIdType
()) {
845
if (!ptr->
isObjCIdType
())
1091
else if (CT->
isObjCIdType
() ||CT->isBlockPointerType()) {
1207
if (!BaseT->
isObjCIdType
()) {
1323
if (!BaseT->
isObjCIdType
()) {
SemaExprObjC.cpp
3141
if (ReceiverType->
isObjCIdType
() && !isImplicit) {
3179
} else if (ReceiverType->
isObjCIdType
() && !isImplicit) {
4037
} else if (castType->
isObjCIdType
() ||
4054
} else if (!castType->
isObjCIdType
()) {
4106
} else if (castExpr->getType()->
isObjCIdType
() ||
SemaDeclObjC.cpp
2280
if (rejectId && B->
isObjCIdType
()) return false;
2294
if (C.
isObjCIdType
(A) || C.
isObjCIdType
(B)) return false;
3704
else if (ObjectType->
isObjCIdType
() || ObjectType->isObjCQualifiedIdType())
4235
if (ResultObjectType->
isObjCIdType
() ||
5143
} else if (T->
isObjCIdType
()) {
SemaOverload.cpp
2289
if (ToType->
isObjCIdType
() || ToType->isObjCQualifiedIdType())
4369
if (ToPtr1->
isObjCIdType
() &&
4372
if (ToPtr2->
isObjCIdType
() &&
4401
!FromPtr1->
isObjCIdType
() && !FromPtr1->isObjCClassType() &&
6567
if (ReturnT->
isObjCIdType
())
8009
if (Ty->
isObjCIdType
() || Ty->isObjCClassType())
SemaExpr.cpp
8401
if (LHSTy->
isObjCIdType
() &&
8406
if (RHSTy->
isObjCIdType
() &&
8462
} else if (LHSTy->
isObjCIdType
() || RHSTy->
isObjCIdType
()) {
9306
if (getLangOpts().ObjC && RHSType->
isObjCIdType
()) {
11156
if (Type->
isObjCIdType
()) {
15789
if (!PT->
isObjCIdType
() &&
SemaCodeComplete.cpp
1595
T->
isObjCIdType
() ||
7616
if (ReceiverType->
isObjCIdType
() || ReceiverType->isObjCClassType()) {
7691
else if (ReceiverType->
isObjCIdType
()) {
SemaType.cpp
956
if (typeArgObjC->
isObjCIdType
()) {
959
if (boundObjC->
isObjCIdType
())
SemaDeclAttr.cpp
1432
if (!QT->
isObjCIdType
() && !QT->isObjCObjectType()) {
SemaDecl.cpp
11769
!DeducedType.isNull() && DeducedType->
isObjCIdType
()) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h
603
LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool,
isObjCIdType
)
Type.h
2058
bool
isObjCIdType
() const; // id
6133
bool
isObjCIdType
() const {
6830
inline bool Type::
isObjCIdType
() const {
6832
return OPT->
isObjCIdType
();
6849
return
isObjCIdType
() || isObjCClassType() || isObjCSelType();
ASTContext.h
2667
bool
isObjCIdType
(QualType T) const {
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp
1022
if (OM->getReturnType()->
isObjCIdType
())
1029
if (!OM->getReturnType()->
isObjCIdType
())
1298
!OM->getReturnType()->
isObjCIdType
())
/src/external/apache2/llvm/dist/clang/lib/AST/
TypePrinter.cpp
240
CanPrefixQualifiers = T->
isObjCIdType
() || T->isObjCClassType() ||
1829
if (!T->
isObjCIdType
() && !T->isObjCQualifiedIdType() &&
ASTContext.cpp
5215
if (type->
isObjCIdType
()) {
7632
if (Ty->
isObjCIdType
()) {
7672
if (OPT->
isObjCIdType
()) {
8793
if (lhs->
isObjCIdType
() || rhs->
isObjCIdType
())
8981
if (RHSOPT->isObjCBuiltinType() || LHSOPT->
isObjCIdType
())
9107
if ((lhsOPT && lhsOPT->
isObjCIdType
() && rhsBlock) ||
9108
(rhsOPT && rhsOPT->
isObjCIdType
() && lhsBlock))
9709
if (LHS->
isObjCIdType
() && RHS->isBlockPointerType())
9711
if (RHS->
isObjCIdType
() && LHS->isBlockPointerType()
[
all
...]
DeclObjC.cpp
1062
if (!isInstanceMethod() || !getReturnType()->
isObjCIdType
())
1078
if (!ArgT->
isObjCIdType
()) {
Type.cpp
689
if (OPT->
isObjCIdType
())
4199
if (objcPtr->
isObjCIdType
()) {
/src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp
114
if (!Ctx.
isObjCIdType
(Receiver->getType().getUnqualifiedType()))
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.cpp
401
if (PT->isObjCQualifiedIdType() || PT->
isObjCIdType
() ||
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp
146
if (Ctx.
isObjCIdType
(UnqualT))
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCGNU.cpp
2376
if (T->
isObjCIdType
() || T->isObjCQualifiedIdType()) {
2407
if (T->
isObjCIdType
() ||
CGObjCMac.cpp
1924
if (T->
isObjCIdType
() ||
4807
if (OPT && (OPT->
isObjCIdType
() || OPT->isObjCQualifiedIdType()))
7807
if (T->
isObjCIdType
() || T->isObjCQualifiedIdType()) {
Completed in 178 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026