Searched refs:expr_qual_type (Results 1 – 1 of 1) sorted by relevance
288 QualType expr_qual_type = last_expr->getType(); in SynthesizeBodyResult() local289 const clang::Type *expr_type = expr_qual_type.getTypePtr(); in SynthesizeBodyResult()298 std::string s = expr_qual_type.getAsString(); in SynthesizeBodyResult()318 expr_qual_type, in SynthesizeBodyResult()323 if (expr_qual_type->getAs<ObjCObjectType>() != nullptr) in SynthesizeBodyResult()324 ptr_qual_type = Ctx.getObjCObjectPointerType(expr_qual_type); in SynthesizeBodyResult()326 ptr_qual_type = Ctx.getPointerType(expr_qual_type); in SynthesizeBodyResult()346 expr_qual_type, nullptr, SC_Static); in SynthesizeBodyResult()