OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canAssignObjCInterfaces
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp
582
if (C.
canAssignObjCInterfaces
(StaticLowerBound, *Current)) {
587
if (C.
canAssignObjCInterfaces
(*Current, StaticUpperBound)) {
669
ASTCtxt.
canAssignObjCInterfaces
(DestObjectPtrType, OrigObjectPtrType);
671
ASTCtxt.
canAssignObjCInterfaces
(OrigObjectPtrType, DestObjectPtrType);
678
!ASTCtxt.
canAssignObjCInterfaces
(DestObjectPtrType, *TrackedType) &&
679
!ASTCtxt.
canAssignObjCInterfaces
(*TrackedType, DestObjectPtrType)) {
758
ASTCtxt.
canAssignObjCInterfaces
(ReceiverObjectPtrType, TrackedType)) {
884
ASTCtxt.
canAssignObjCInterfaces
(ArgObjectPtrType, *TrackedArgType)) {
890
if (!ASTCtxt.
canAssignObjCInterfaces
(ParamObjectPtrType,
DynamicTypeChecker.cpp
192
if (ASTCtxt.
canAssignObjCInterfaces
(StaticObjCType, DynObjCType))
196
ASTCtxt.
canAssignObjCInterfaces
(DynObjCType, StaticObjCType))
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
8902
///
canAssignObjCInterfaces
- Return true if the two interface types are
8905
bool ASTContext::
canAssignObjCInterfaces
(const ObjCObjectPointerType *LHSOPT,
8925
return
canAssignObjCInterfaces
(RHSOPT->stripObjCKindOfTypeAndQuals(*this),
8947
return finish(
canAssignObjCInterfaces
(LHS, RHS));
9097
return ctx.
canAssignObjCInterfaces
(lhsOPT, rhsOPT);
9275
bool ASTContext::
canAssignObjCInterfaces
(const ObjCObjectType *LHS,
9345
return
canAssignObjCInterfaces
(LHSOPT, RHSOPT) ||
9346
canAssignObjCInterfaces
(RHSOPT, LHSOPT);
9350
return
canAssignObjCInterfaces
(
9919
if (
canAssignObjCInterfaces
(LHS->castAs<ObjCObjectType>()
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h
2687
bool
canAssignObjCInterfaces
(const ObjCObjectPointerType *LHSOPT,
2689
bool
canAssignObjCInterfaces
(const ObjCObjectType *LHS,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
1367
Context.
canAssignObjCInterfaces
(
1725
compat = Context.
canAssignObjCInterfaces
(getterObjCPtr, propertyObjCPtr);
SemaOverload.cpp
2527
if (Context.
canAssignObjCInterfaces
(ToObjCPtr, FromObjCPtr)) {
2541
if (Context.
canAssignObjCInterfaces
(FromObjCPtr, ToObjCPtr)) {
4048
bool AssignLeft = S.Context.
canAssignObjCInterfaces
(FromObjCPtr1,
4050
bool AssignRight = S.Context.
canAssignObjCInterfaces
(FromObjCPtr2,
4359
= S.Context.
canAssignObjCInterfaces
(FromPtr1, FromPtr2);
4361
= S.Context.
canAssignObjCInterfaces
(FromPtr2, FromPtr1);
4363
= S.Context.
canAssignObjCInterfaces
(ToPtr1, ToPtr2);
4365
= S.Context.
canAssignObjCInterfaces
(ToPtr2, ToPtr1);
SemaDeclObjC.cpp
2304
return Context.
canAssignObjCInterfaces
(A, B);
SemaType.cpp
961
} else if (S.Context.
canAssignObjCInterfaces
(boundObjC, typeArgObjC)) {
SemaExpr.cpp
8449
} else if (Context.
canAssignObjCInterfaces
(LHSOPT, RHSOPT)) {
8451
} else if (Context.
canAssignObjCInterfaces
(RHSOPT, LHSOPT)) {
Completed in 70 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026