Searched refs:getObjCEncodingForType (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCGNU.cpp | 1156 Context.getObjCEncodingForType(property->getType(), typeStr); in PushProperty() 1693 CGM.getContext().getObjCEncodingForType(Ivar->getType(), TypeEncoding); in GetIVarOffsetVariableName() 3659 Context.getObjCEncodingForType(IVD->getType(), TypeStr, IVD); in GenerateClass()
|
H A D | CGExprConstant.cpp | 1464 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
|
H A D | CGObjC.cpp | 103 getContext().getObjCEncodingForType(ValueType, Str); in EmitObjCBoxedExpr()
|
H A D | CGObjCMac.cpp | 5621 CGM.getContext().getObjCEncodingForType(Field->getType(), TypeStr, Field); in GetMethodVarType()
|
H A D | CodeGenModule.cpp | 6545 getContext().getObjCEncodingForType(E->getEncodedType(), Str); in GetAddrOfConstantStringFromObjCEncode()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 2051 void getObjCEncodingForType(QualType T, std::string &S,
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 8116 getObjCEncodingForType(BlockReturnTy, S); in getObjCEncodingForBlock() 8151 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock() 8163 getObjCEncodingForType(Decl->getReturnType(), S); in getObjCEncodingForFunctionDecl() 8190 getObjCEncodingForType(PType, S); in getObjCEncodingForFunctionDecl() 8402 void ASTContext::getObjCEncodingForType(QualType T, std::string& S, in getObjCEncodingForType() function in ASTContext
|
H A D | ExprConstant.cpp | 3468 Info.Ctx.getObjCEncodingForType(ObjCEnc->getEncodedType(), Str); in extractStringLiteralCharacter()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 2071 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode() 6814 Context->getObjCEncodingForType(IVQT, IvarTypeString, in Write__ivar_list_t_initializer()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 1947 A.getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 1153 Context.getObjCEncodingForType(EncodedType, Str, nullptr, &NotEncodedT); in BuildObjCEncodeExpression()
|
H A D | SemaInit.cpp | 3236 Context.getObjCEncodingForType(E->getEncodedType(), Str); in CheckDesignatedInitializer()
|