Home
last modified time | relevance | path

Searched refs:expr_qual_type (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp299 QualType expr_qual_type = last_expr->getType(); in SynthesizeBodyResult() local
300 const clang::Type *expr_type = expr_qual_type.getTypePtr(); in SynthesizeBodyResult()
309 std::string s = expr_qual_type.getAsString(); in SynthesizeBodyResult()
328 m_sema->RequireCompleteType(SourceLocation(), expr_qual_type, in SynthesizeBodyResult()
333 if (expr_qual_type->getAs<ObjCObjectType>() != NULL) in SynthesizeBodyResult()
334 ptr_qual_type = Ctx.getObjCObjectPointerType(expr_qual_type); in SynthesizeBodyResult()
336 ptr_qual_type = Ctx.getPointerType(expr_qual_type); in SynthesizeBodyResult()
355 &result_id, expr_qual_type, NULL, SC_Static); in SynthesizeBodyResult()