Searched refs:getEncodedType (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/AST/
H A DASTDumper.cpp1926 dumpType(Node->getEncodedType());
H A DStmtProfile.cpp1171 VisitType(S->getEncodedType());
/external/clang/include/clang/AST/
H A DExprObjC.h368 QualType getEncodedType() const { return EncodedType->getType(); } function in class:clang::ObjCEncodeExpr
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp838 CGM.getContext().getObjCEncodingForType(E->getEncodedType(), Str);
H A DCodeGenModule.cpp2822 getContext().getObjCEncodingForType(E->getEncodedType(), Str);
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp2103 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding);
H A DRewriteObjC.cpp1992 Context->getObjCEncodingForType(Exp->getEncodedType(), StrEncoding);
/external/clang/lib/Sema/
H A DSemaInit.cpp2253 Context.getObjCEncodingForType(E->getEncodedType(), Str);

Completed in 909 milliseconds