HomeSort by: relevance | last modified time | path
    Searched refs:getInterfaceType (Results 1 - 13 of 13) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h 602 getInterfaceType)
Type.h 6121 const ObjCInterfaceType *getInterfaceType() const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 1670 const ObjCInterfaceType *ObjCObjectPointerType::getInterfaceType() const {
1732 if (OPT->getInterfaceType())
ASTContext.cpp 8853 if (lhs->getInterfaceType()) {
9002 const ObjCInterfaceType* LHS = LHSOPT->getInterfaceType();
9003 const ObjCInterfaceType* RHS = RHSOPT->getInterfaceType();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 3701 ObjectType = QualType(ObjCPtr->getInterfaceType(), 0);
5148 } else if (!T->castAs<ObjCObjectPointerType>()->getInterfaceType()) {
SemaExprObjC.cpp 1982 const ObjCInterfaceType *IFaceT = OPT->getInterfaceType();
SemaOverload.cpp 2528 const ObjCInterfaceType* LHS = ToObjCPtr->getInterfaceType();
2529 const ObjCInterfaceType* RHS = FromObjCPtr->getInterfaceType();
SemaExpr.cpp 16002 DstType->castAs<ObjCObjectPointerType>()->getInterfaceType())
16013 SrcType->castAs<ObjCObjectPointerType>()->getInterfaceType())
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp 1920 ObjPtrTy ? ObjPtrTy->getInterfaceType() : nullptr;
CGObjCGNU.cpp 2423 const ObjCInterfaceType *IT = PT->getInterfaceType();
CGObjCMac.cpp 7824 const ObjCInterfaceType *IT = PT->getInterfaceType();
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 534 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType();
RewriteObjC.cpp 441 const ObjCInterfaceType *IFaceT = OBJPT->getInterfaceType();

Completed in 109 milliseconds