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

  /external/clang/tools/libclang/
CXType.cpp 151 return MakeCXType(Context.getObjCInterfaceType(ID), TU);
165 = Context.getObjCInterfaceType(getCursorObjCSuperClassRef(C).first);
170 QualType T = Context.getObjCInterfaceType(getCursorObjCClassRef(C).first);
  /external/clang/lib/Sema/
SemaExprObjC.cpp 133 Ty = Context.getObjCInterfaceType(NSStringIDecl);
219 QualType NSNumberObject = CX.getObjCInterfaceType(S.NSNumberDecl);
462 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl);
724 Context.getObjCInterfaceType(NSArrayDecl));
    [all...]
SemaPseudoObject.cpp 465 S.Context.getObjCInterfaceType(method->getClassInterface()),
481 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver());
622 receiverType = S.Context.getObjCInterfaceType(RefExpr->getClassReceiver());
660 receiverType = S.Context.getObjCInterfaceType(RefExpr->getClassReceiver());
    [all...]
SemaDeclObjC.cpp 142 << Context.getObjCInterfaceType(CurrentClass)
544 Context.getObjCInterfaceType(SuperClassDecl),
830 || RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl),
    [all...]
SemaCodeComplete.cpp 661 return C.getObjCInterfaceType(Iface);
    [all...]
SemaStmt.cpp     [all...]
SemaDecl.cpp 338 T = Context.getObjCInterfaceType(IDecl);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 711 selfTy = Context.getObjCInterfaceType(OID);
    [all...]
ASTContext.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGRTTI.cpp 754 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super);
    [all...]
CGDebugInfo.cpp     [all...]
CodeGenModule.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 88 milliseconds