HomeSort by relevance Sort by last modified time
    Searched refs:getObjCInterfaceType (Results 1 - 16 of 16) sorted by null

  /external/clang/tools/libclang/
CXType.cpp 128 return MakeCXType(Context.getObjCInterfaceType(ID), TU);
142 = Context.getObjCInterfaceType(getCursorObjCSuperClassRef(C).first);
147 QualType T = Context.getObjCInterfaceType(getCursorObjCClassRef(C).first);
  /external/clang/lib/Sema/
SemaExprObjC.cpp 293 Context.getObjCInterfaceType(Class));
744 Context.getObjCInterfaceType(CurMethod->getClassInterface());
811 PType = getMessageSendResultType(Context.getObjCInterfaceType(IFace),
831 Context.getObjCInterfaceType(IFace)));
    [all...]
Sema.cpp 107 Context.setObjCProtoType(Context.getObjCInterfaceType(ProtocolDecl));
    [all...]
SemaCodeComplete.cpp 653 return C.getObjCInterfaceType(Iface);
    [all...]
SemaDeclObjC.cpp 141 << Context.getObjCInterfaceType(CurrentClass)
    [all...]
SemaStmt.cpp     [all...]
SemaDecl.cpp 223 T = Context.getObjCInterfaceType(IDecl);
702 QualType T = Context.getObjCInterfaceType(Class);
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 497 selfTy = Context.getObjCInterfaceType(OID);
    [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp 737 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super);
    [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 768 QualType getObjCInterfaceType(const ObjCInterfaceDecl *Decl) const;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp     [all...]

Completed in 95 milliseconds