Home
last modified time | relevance | path

Searched defs:LHSOPT (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9789 canAssignObjCInterfaces(const ObjCObjectPointerType * LHSOPT,const ObjCObjectPointerType * RHSOPT) canAssignObjCInterfaces() argument
9843 canAssignObjCInterfacesInBlockPointer(const ObjCObjectPointerType * LHSOPT,const ObjCObjectPointerType * RHSOPT,bool BlockReturnType) canAssignObjCInterfacesInBlockPointer() argument
9916 getIntersectionOfProtocols(ASTContext & Context,const ObjCInterfaceDecl * CommonBase,const ObjCObjectPointerType * LHSOPT,const ObjCObjectPointerType * RHSOPT,SmallVectorImpl<ObjCProtocolDecl * > & IntersectionSet) getIntersectionOfProtocols() argument
10222 const auto *LHSOPT = LHS->getAs<ObjCObjectPointerType>(); areComparableObjCPointerTypes() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp9419 const ObjCObjectPointerType *LHSOPT = LHSTy->castAs<ObjCObjectPointerType>(); FindCompositeObjCPointerType() local