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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 135 Ty = Context.getObjCInterfaceType(NSStringIDecl);
278 QualType NSNumberObject = CX.getObjCInterfaceType(S.NSNumberDecl);
526 QualType NSStringObject = Context.getObjCInterfaceType(NSStringDecl);
660 QualType NSValueObject = Context.getObjCInterfaceType(NSValueDecl);
890 Context.getObjCInterfaceType(NSArrayDecl));
1121 Context.getObjCInterfaceType(NSDictionaryDecl));
1499 Context.getObjCInterfaceType(Class)));
1548 Context.getObjCInterfaceType(MD->getClassInterface()));
2259 << &propertyName << Context.getObjCInterfaceType(IFace));
2339 T = Context.getObjCInterfaceType(Class)
    [all...]
SemaDeclObjC.cpp 164 << Context.getObjCInterfaceType(CurrentClass)
580 SuperClassType = Context.getObjCInterfaceType(SuperClassDecl);
1579 type = Context.getObjCInterfaceType(typeDecl.get<ObjCInterfaceDecl *>());
1815 || RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl),
1925 } else if (RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl),
1981 RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl),
2043 Context.getObjCInterfaceType(SDecl),
SemaPseudoObject.cpp 561 S.Context.getObjCInterfaceType(method->getClassInterface()),
577 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver());
SemaCodeComplete.cpp 916 return C.getObjCInterfaceType(Iface);
7441 Receiver = ParsedType::make(Context.getObjCInterfaceType(CDecl));
7610 Context.getObjCInterfaceType(Super))
7620 S, ParsedType::make(Context.getObjCInterfaceType(IFace)), SelIdents,
7624 Context.getObjCObjectPointerType(Context.getObjCInterfaceType(IFace));
SemaStmt.cpp 3979 RelatedRetType = Context.getObjCInterfaceType(MD->getClassInterface());
SemaDecl.cpp 488 T = Context.getObjCInterfaceType(IDecl);
1156 QualType T = Context.getObjCInterfaceType(Class);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp 237 return MakeCXType(Context.getObjCInterfaceType(ID), TU);
253 = Context.getObjCInterfaceType(getCursorObjCSuperClassRef(C).first);
258 QualType T = Context.getObjCInterfaceType(getCursorObjCClassRef(C).first);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprObjC.cpp 98 return ctx.getObjCInterfaceType(getClassReceiver());
DeclObjC.cpp 1105 selfTy = Context.getObjCInterfaceType(OID);
1503 C.getObjCInterfaceType(Result, PrevDecl);
Type.cpp 1652 = classDecl->getASTContext().getObjCInterfaceType(
1672 return interfaceDecl->getASTContext().getObjCInterfaceType(interfaceDecl)
ASTContext.cpp 5372 /// getObjCInterfaceType - Return the unique reference to the type for the
5374 QualType ASTContext::getObjCInterfaceType(const ObjCInterfaceDecl *Decl,
8379 ObjCConstantStringType = getObjCInterfaceType(Decl);
9205 QualType Result = getObjCInterfaceType(LHS->getInterface());
9255 QualType Result = getObjCInterfaceType(RHS->getInterface());
ASTImporter.cpp 1572 return Importer.getToContext().getObjCInterfaceType(*ToDeclOrErr);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1556 QualType getObjCInterfaceType(const ObjCInterfaceDecl *Decl,
1959 return getObjCInterfaceType(getObjCProtocolDecl());
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.cpp 409 Ctx.getObjCObjectPointerType(Ctx.getObjCInterfaceType(D));
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp 3903 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super);
CGDebugInfo.cpp 2718 getOrCreateType(CGM.getContext().getObjCInterfaceType(SClass), Unit);
CodeGenModule.cpp 5783 DI->getOrCreateInterfaceType(getContext().getObjCInterfaceType(
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 1272 QualType selfTy = Context->getObjCInterfaceType(IDecl);
RewriteObjC.cpp 1106 QualType selfTy = Context->getObjCInterfaceType(IDecl);

Completed in 139 milliseconds