Searched refs:getObjCEncodingForType (Results 1 - 11 of 11) sorted by relevance

/external/clang/tools/libclang/
H A DCXType.cpp868 Ctx.getObjCEncodingForType(Ty, encoding);
/external/clang/lib/AST/
H A DASTContext.cpp4805 getObjCEncodingForType(BlockTy->getAs<FunctionType>()->getReturnType(), S);
4841 getObjCEncodingForType(PType, S);
4852 getObjCEncodingForType(Decl->getReturnType(), S);
4879 getObjCEncodingForType(PType, S);
5088 void ASTContext::getObjCEncodingForType(QualType T, std::string& S, function in class:ASTContext
/external/clang/include/clang/AST/
H A DASTContext.h1373 void getObjCEncodingForType(QualType T, std::string &S,
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp838 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str);
H A DCGObjCGNU.cpp2183 Context.getObjCEncodingForType(IVD->getType(), TypeStr);
H A DCodeGenModule.cpp2822 getContext().getObjCEncodingForType(E->getEncodedType(), Str);
H A DCGObjCMac.cpp4883 CGM.getContext().getObjCEncodingForType(Field->getType(), TypeStr, Field);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp1992 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding);
5388 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI);
5399 Context->getObjCEncodingForType(IVI->getType(), TmpString, *IVI);
H A DRewriteModernObjC.cpp2103 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding);
6956 Context->getObjCEncodingForType(IVQT, IvarTypeString,
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp947 Context.getObjCEncodingForType(EncodedType, Str);
H A DSemaInit.cpp2253 Context.getObjCEncodingForType(E->getEncodedType(), Str);

Completed in 770 milliseconds