Searched refs:getObjCObjectType (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Type.cpp | 710 return ctx.getObjCObjectType(ctx.getQualifiedType(baseType, in stripObjCKindOfTypeAndQuals() 1077 return Ctx.getObjCObjectType(baseType, typeArgs, in TRIVIAL_TYPE_CLASS() 1191 QualType resultTy = ctx.getObjCObjectType(obj->getBaseType(), in substObjCTypeArgs() 1299 return ctx.getObjCObjectType( in substObjCTypeArgs() 1315 return ctx.getObjCObjectType(objcObjectType->getBaseType(), in substObjCTypeArgs() 1350 ctx.getObjCObjectType(baseType, in stripObjCKindOfType() 1410 objectType = ctx.getObjCObjectType(ctx.ObjCBuiltinIdTy, {}, {}) in getObjCSubstitutions()
|
| H A D | ASTContext.cpp | 4423 QualType ASTContext::getObjCObjectType(QualType BaseType, in getObjCObjectType() function in ASTContext 4426 return getObjCObjectType(BaseType, {}, in getObjCObjectType() 4431 QualType ASTContext::getObjCObjectType( in getObjCObjectType() function in ASTContext 4535 type = getObjCObjectType( in applyObjCProtocolQualifiers() 4549 return getObjCObjectType(objT->getBaseType(), in applyObjCProtocolQualifiers() 4562 return getObjCObjectType(type, {}, protocols, false); in applyObjCProtocolQualifiers() 4568 type = getObjCObjectType(ObjCBuiltinIdTy, {}, protocols, in applyObjCProtocolQualifiers() 4576 type = getObjCObjectType(ObjCBuiltinClassTy, {}, protocols, in applyObjCProtocolQualifiers() 7176 QualType T = getObjCObjectType(ObjCBuiltinIdTy, {}, {}); in getObjCIdDecl() 7193 QualType T = getObjCObjectType(ObjCBuiltinClassTy, {}, {}); in getObjCClassDecl() [all …]
|
| H A D | ASTDiagnostic.cpp | 193 QT = Context.getObjCObjectType(BaseType, Ty->getTypeArgsAsWritten(), in Desugar()
|
| H A D | ASTImporter.cpp | 1509 return Importer.getToContext().getObjCObjectType(*ToBaseTypeOrErr, TypeArgs, in VisitObjCObjectType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1486 QualType getObjCObjectType(QualType Base, 1490 QualType getObjCObjectType(QualType Base,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1005 return S.Context.getObjCObjectType(type, finalTypeArgs, { }, false); in applyObjCTypeArgs() 1073 QualType Result = Context.getObjCObjectType( in actOnObjCProtocolQualifierType() 6571 QualType equivType = S.Context.getObjCObjectType( in checkObjCKindOfType()
|
| H A D | SemaExprObjC.cpp | 965 Context.getObjCObjectType(Context.ObjCBuiltinIdTy, { }, in BuildObjCDictionaryLiteral()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6235 return Context.getObjCObjectType(Base, TypeArgs, Protos, IsKindOf); in readTypeRecord()
|