Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp347 QualType ptr_qual_type; in SynthesizeBodyResult() local
350 ptr_qual_type = Ctx.getObjCObjectPointerType(expr_qual_type); in SynthesizeBodyResult()
352 ptr_qual_type = Ctx.getPointerType(expr_qual_type); in SynthesizeBodyResult()
356 result_ptr_id, ptr_qual_type, nullptr, SC_Static); in SynthesizeBodyResult()