Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp331 QualType ptr_qual_type; in SynthesizeBodyResult() local
334 ptr_qual_type = Ctx.getObjCObjectPointerType(expr_qual_type); in SynthesizeBodyResult()
336 ptr_qual_type = Ctx.getPointerType(expr_qual_type); in SynthesizeBodyResult()
340 result_ptr_id, ptr_qual_type, NULL, SC_Static); in SynthesizeBodyResult()