Searched refs:getObjCEncodingForType (Results 1 – 14 of 14) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 1141 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 D | CGExprConstant.cpp | 1341 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
|
H A D | CGObjC.cpp | 104 getContext().getObjCEncodingForType(ValueType, Str); in EmitObjCBoxedExpr()
|
H A D | CodeGenModule.cpp | 5957 getContext().getObjCEncodingForType(E->getEncodedType(), Str); in GetAddrOfConstantStringFromObjCEncode()
|
H A D | CGObjCMac.cpp | 5653 CGM.getContext().getObjCEncodingForType(Field->getType(), TypeStr, Field); in GetMethodVarType()
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | CXType.cpp | 1145 Ctx.getObjCEncodingForType(Ty, encoding); in clang_getDeclObjCTypeEncoding()
|
H A D | CIndex.cpp | 4019 Ctx.getObjCEncodingForType(QualType::getFromOpaquePtr(CT.data[0]), encoding); in clang_Type_getObjCEncoding()
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 1988 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 D | RewriteModernObjC.cpp | 2072 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 D | ASTContext.h | 1961 void getObjCEncodingForType(QualType T, std::string &S,
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTContext.cpp | 7653 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 D | ExprConstant.cpp | 3388 Info.Ctx.getObjCEncodingForType(ObjCEnc->getEncodedType(), Str); in extractStringLiteralCharacter()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 1145 Context.getObjCEncodingForType(EncodedType, Str, nullptr, &NotEncodedT); in BuildObjCEncodeExpression()
|
H A D | SemaInit.cpp | 2977 Context.getObjCEncodingForType(E->getEncodedType(), Str); in CheckDesignatedInitializer()
|