reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1802   void getObjCEncodingForType(QualType T, std::string &S,

References

tools/clang/lib/AST/ASTContext.cpp
 6333     getObjCEncodingForType(BlockReturnTy, S);
 6368       getObjCEncodingForType(PType, S);
 6380   getObjCEncodingForType(Decl->getReturnType(), S);
 6407     getObjCEncodingForType(PType, S);
tools/clang/lib/AST/ExprConstant.cpp
 2937     Info.Ctx.getObjCEncodingForType(ObjCEnc->getEncodedType(), Str);
tools/clang/lib/CodeGen/CGExprConstant.cpp
 1309     CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str);
tools/clang/lib/CodeGen/CGObjC.cpp
   97     getContext().getObjCEncodingForType(ValueType, Str);
tools/clang/lib/CodeGen/CGObjCGNU.cpp
 1134     Context.getObjCEncodingForType(property->getType(), typeStr);
 1665     CGM.getContext().getObjCEncodingForType(Ivar->getType(), TypeEncoding);
 3433       Context.getObjCEncodingForType(IVD->getType(), TypeStr, IVD);
tools/clang/lib/CodeGen/CGObjCMac.cpp
 5506   CGM.getContext().getObjCEncodingForType(Field->getType(), TypeStr, Field);
tools/clang/lib/CodeGen/CodeGenModule.cpp
 4960   getContext().getObjCEncodingForType(E->getEncodedType(), Str);
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 2065   Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding);
 6813       Context->getObjCEncodingForType(IVQT, IvarTypeString,
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 1980   Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding);
 5323     Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI);
 5334       Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI);
tools/clang/lib/Sema/SemaExprObjC.cpp
 1093     Context.getObjCEncodingForType(EncodedType, Str, nullptr, &NotEncodedT);
tools/clang/lib/Sema/SemaInit.cpp
 2891       Context.getObjCEncodingForType(E->getEncodedType(), Str);
tools/clang/tools/libclang/CIndex.cpp
 3651   Ctx.getObjCEncodingForType(QualType::getFromOpaquePtr(CT.data[0]),
tools/clang/tools/libclang/CXType.cpp
 1118     Ctx.getObjCEncodingForType(Ty, encoding);