Searched refs:getInterfaceType (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCanonicalType.h600 getInterfaceType)
H A DType.h6001 const ObjCInterfaceType *getInterfaceType() const;
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1607 const ObjCInterfaceType *ObjCObjectPointerType::getInterfaceType() const { function in class:ObjCObjectPointerType
1669 if (OPT->getInterfaceType())
H A DASTContext.cpp8251 if (lhs->getInterfaceType()) {
8392 const ObjCInterfaceType* LHS = LHSOPT->getInterfaceType();
8393 const ObjCInterfaceType* RHS = RHSOPT->getInterfaceType();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp3472 clang::QualType(obj_pointer_type->getInterfaceType(), 0)
4055 objc_class_type->getInterfaceType();
4139 objc_class_type->getInterfaceType();
5189 objc_class_type->getInterfaceType();
5338 objc_class_type->getInterfaceType();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp3688 ObjectType = QualType(ObjCPtr->getInterfaceType(), 0);
5050 } else if (!T->castAs<ObjCObjectPointerType>()->getInterfaceType()) {
H A DSemaExprObjC.cpp1856 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType();
H A DSemaOverload.cpp2514 const ObjCInterfaceType* LHS = ToObjCPtr->getInterfaceType();
2515 const ObjCInterfaceType* RHS = FromObjCPtr->getInterfaceType();
H A DSemaExpr.cpp14876 DstType->castAs<ObjCObjectPointerType>()->getInterfaceType())
14887 SrcType->castAs<ObjCObjectPointerType>()->getInterfaceType())
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2411 const ObjCInterfaceType *IT = PT->getInterfaceType();
H A DCGObjCMac.cpp7783 const ObjCInterfaceType *IT = PT->getInterfaceType();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp441 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType();
H A DRewriteModernObjC.cpp534 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType();

Completed in 638 milliseconds