Home
last modified time | relevance | path

Searched refs:getObjCEncodingForType (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1141 Context.getObjCEncodingForType(property->getType(), typeStr); in PushProperty()
1684 CGM.getContext().getObjCEncodingForType(Ivar->getType(), TypeEncoding); in GetIVarOffsetVariableName()
3545 Context.getObjCEncodingForType(IVD->getType(), TypeStr, IVD); in GenerateClass()
H A DCGExprConstant.cpp1341 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
H A DCGObjC.cpp104 getContext().getObjCEncodingForType(ValueType, Str); in EmitObjCBoxedExpr()
H A DCodeGenModule.cpp5957 getContext().getObjCEncodingForType(E->getEncodedType(), Str); in GetAddrOfConstantStringFromObjCEncode()
H A DCGObjCMac.cpp5653 CGM.getContext().getObjCEncodingForType(Field->getType(), TypeStr, Field); in GetMethodVarType()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXType.cpp1145 Ctx.getObjCEncodingForType(Ty, encoding); in clang_getDeclObjCTypeEncoding()
H A DCIndex.cpp4019 Ctx.getObjCEncodingForType(QualType::getFromOpaquePtr(CT.data[0]), encoding); in clang_Type_getObjCEncoding()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp1988 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
5327 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI); in RewriteObjCClassMetaData()
5338 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI); in RewriteObjCClassMetaData()
H A DRewriteModernObjC.cpp2072 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode()
6817 Context->getObjCEncodingForType(IVQT, IvarTypeString, in Write__ivar_list_t_initializer()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1961 void getObjCEncodingForType(QualType T, std::string &S,
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp7653 getObjCEncodingForType(BlockReturnTy, S); in getObjCEncodingForBlock()
7688 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock()
7700 getObjCEncodingForType(Decl->getReturnType(), S); in getObjCEncodingForFunctionDecl()
7727 getObjCEncodingForType(PType, S); in getObjCEncodingForFunctionDecl()
7935 void ASTContext::getObjCEncodingForType(QualType T, std::string& S, in getObjCEncodingForType() function in ASTContext
H A DExprConstant.cpp3388 Info.Ctx.getObjCEncodingForType(ObjCEnc->getEncodedType(), Str); in extractStringLiteralCharacter()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp1145 Context.getObjCEncodingForType(EncodedType, Str, nullptr, &NotEncodedT); in BuildObjCEncodeExpression()
H A DSemaInit.cpp2977 Context.getObjCEncodingForType(E->getEncodedType(), Str); in CheckDesignatedInitializer()