Searched refs:getObjCClassType (Results 1 - 12 of 12) sorted by relevance

/external/clang/include/clang/AST/
H A DASTContext.h1285 return getObjCClassType();
1455 QualType getObjCClassType() const { function in class:clang::ASTContext
2009 return T == getObjCClassType();
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeVendor.cpp482 return ast_ctx.getObjCClassType();
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp444 T = Context->getObjCClassType();
464 OCT == Context->getCanonicalType(Context->getObjCClassType()))
1122 ResultStr += Context->getObjCClassType().getAsString(
2464 ArgTys.push_back(Context->getObjCClassType());
2465 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(),
2546 FieldTypes[1] = Context->getObjCClassType();
2698 Context->getObjCClassType(),
2798 Context->getObjCClassType(),
H A DRewriteModernObjC.cpp544 T = Context->getObjCClassType();
564 OCT == Context->getCanonicalType(Context->getObjCClassType()))
1320 ResultStr += Context->getObjCClassType().getAsString(
2551 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(),
2565 ArgTys.push_back(Context->getObjCClassType());
2566 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(),
2581 QualType getClassType = getSimpleFunctionType(Context->getObjCClassType(),
/external/clang/lib/AST/
H A DASTDiagnostic.cpp77 QualType(Ty,0) == Context.getObjCClassType() ||
H A DDeclObjC.cpp898 selfTy = Context.getObjCClassType();
/external/clang/lib/Sema/
H A DSemaExprMember.cpp1265 OpLoc, S.Context.getObjCClassType());
H A DSemaDecl.cpp1802 New->setTypeForDecl(Context.getObjCClassType().getTypePtr());
/external/lldb/source/Expression/
H A DClangExpressionDeclMap.cpp1084 QualType class_type = method_decl->getASTContext().getObjCClassType();
/external/lldb/source/Symbol/
H A DClangASTContext.cpp791 clang_type = ast->getObjCClassType().getAsOpaquePtr();
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp1829 CGM.getTypes().ConvertType(CGF.getContext().getObjCClassType());
5059 nullptr, Ctx.getObjCClassType(), nullptr,
6779 CGM.getTypes().ConvertType(CGF.getContext().getObjCClassType());
/external/clang/tools/libclang/
H A DCIndex.cpp1437 VisitType = Context.getObjCClassType();

Completed in 2821 milliseconds