Searched refs:getObjCEncodingForType (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 1117 Context.getObjCEncodingForType(property->getType(), typeStr); in PushProperty() 1597 CGM.getContext().getObjCEncodingForType(Ivar->getType(), TypeEncoding); in GetIVarOffsetVariableName() 3332 Context.getObjCEncodingForType(IVD->getType(), TypeStr, IVD); in GenerateClass()
|
| H A D | CGExprConstant.cpp | 1088 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
|
| H A D | CGObjC.cpp | 93 getContext().getObjCEncodingForType(ValueType, Str); in EmitObjCBoxedExpr()
|
| H A D | CodeGenModule.cpp | 4547 getContext().getObjCEncodingForType(E->getEncodedType(), Str); in GetAddrOfConstantStringFromObjCEncode()
|
| H A D | CGObjCMac.cpp | 5436 CGM.getContext().getObjCEncodingForType(Field->getType(), TypeStr, Field); in GetMethodVarType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 6195 getObjCEncodingForType(BlockTy->getAs<FunctionType>()->getReturnType(), S); in getObjCEncodingForBlock() 6230 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock() 6242 getObjCEncodingForType(Decl->getReturnType(), S); in getObjCEncodingForFunctionDecl() 6269 getObjCEncodingForType(PType, S); in getObjCEncodingForFunctionDecl() 6476 void ASTContext::getObjCEncodingForType(QualType T, std::string& S, in getObjCEncodingForType() function in ASTContext
|
| H A D | ExprConstant.cpp | 2649 Info.Ctx.getObjCEncodingForType(ObjCEnc->getEncodedType(), Str); in extractStringLiteralCharacter()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 1980 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode() 5325 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI); in RewriteObjCClassMetaData() 5336 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI); in RewriteObjCClassMetaData()
|
| H A D | RewriteModernObjC.cpp | 2067 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode() 6820 Context->getObjCEncodingForType(IVQT, IvarTypeString, in Write__ivar_list_t_initializer()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ASTContext.h | 1793 void getObjCEncodingForType(QualType T, std::string &S,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 1069 Context.getObjCEncodingForType(EncodedType, Str, nullptr, &NotEncodedT); in BuildObjCEncodeExpression()
|
| H A D | SemaInit.cpp | 2708 Context.getObjCEncodingForType(E->getEncodedType(), Str); in CheckDesignatedInitializer()
|