Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp314 QualType expr_qual_type = last_expr->getType(); in SynthesizeBodyResult() local
315 const clang::Type *expr_type = expr_qual_type.getTypePtr(); in SynthesizeBodyResult()
324 std::string s = expr_qual_type.getAsString(); in SynthesizeBodyResult()
344 expr_qual_type, in SynthesizeBodyResult()
349 if (expr_qual_type->getAs<ObjCObjectType>() != nullptr) in SynthesizeBodyResult()
350 ptr_qual_type = Ctx.getObjCObjectPointerType(expr_qual_type); in SynthesizeBodyResult()
352 ptr_qual_type = Ctx.getPointerType(expr_qual_type); in SynthesizeBodyResult()
372 expr_qual_type, nullptr, SC_Static); in SynthesizeBodyResult()