Searched refs:getObjCEncodingForType (Results 1 – 14 of 14) 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() 3752 Context.getObjCEncodingForType(IVD->getType(), TypeStr, IVD); in GenerateClass()
|
| H A D | CGExprConstant.cpp | 1550 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 | 5533 CGM.getContext().getObjCEncodingForType(Field->getType(), TypeStr, Field); in GetMethodVarType()
|
| H A D | CodeGenModule.cpp | 6870 getContext().getObjCEncodingForType(E->getEncodedType(), Str); in GetAddrOfConstantStringFromObjCEncode()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 1986 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode() 5306 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI); in RewriteObjCClassMetaData() 5317 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI); in RewriteObjCClassMetaData()
|
| H A D | RewriteModernObjC.cpp | 2070 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding); in RewriteAtEncode() 6780 Context->getObjCEncodingForType(IVQT, IvarTypeString, in Write__ivar_list_t_initializer()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 2232 void getObjCEncodingForType(QualType T, std::string &S,
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 8714 getObjCEncodingForType(BlockReturnTy, S); in getObjCEncodingForBlock() 8749 getObjCEncodingForType(PType, S); in getObjCEncodingForBlock() 8761 getObjCEncodingForType(Decl->getReturnType(), S); in getObjCEncodingForFunctionDecl() 8788 getObjCEncodingForType(PType, S); in getObjCEncodingForFunctionDecl() 9000 void ASTContext::getObjCEncodingForType(QualType T, std::string& S, in getObjCEncodingForType() function in ASTContext
|
| H A D | ExprConstant.cpp | 2181 Info.Ctx.getObjCEncodingForType(EE->getEncodedType(), in GetLValueBaseAsString() 3684 Info.Ctx.getObjCEncodingForType(ObjCEnc->getEncodedType(), Str); in extractStringLiteralCharacter()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 1148 Context.getObjCEncodingForType(EncodedType, Str, nullptr, &NotEncodedT); in BuildObjCEncodeExpression()
|
| H A D | SemaInit.cpp | 3318 Context.getObjCEncodingForType(E->getEncodedType(), Str); in CheckDesignatedInitializer()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.cpp | 2527 A.getObjCEncodingForType(E->getEncodedType(), Str); in VisitObjCEncodeExpr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 8922 …ngForTypeENS_8QualTypeERSsPKNS_9FieldDeclE", "clang::ASTContext::getObjCEncodingForType(clang::Qua…
|