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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp6628 bool ASTContext::canAssignObjCInterfaces(const ObjCObjectPointerType *LHSOPT, argument
6659 canAssignObjCInterfacesInBlockPointer( const ObjCObjectPointerType *LHSOPT, const ObjCObjectPointerType *RHSOPT, bool BlockReturnType) argument
6695 getIntersectionOfProtocols(ASTContext &Context, const ObjCObjectPointerType *LHSOPT, const ObjCObjectPointerType *RHSOPT, SmallVectorImpl<ObjCProtocolDecl *> &IntersectionOfProtocols) argument
6849 const ObjCObjectPointerType *LHSOPT = LHS->getAs<ObjCObjectPointerType>(); local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp5685 const ObjCObjectPointerType *LHSOPT = LHSTy->castAs<ObjCObjectPointerType>(); local

Completed in 136 milliseconds