Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp321 QualType ptr_qual_type; in SynthesizeBodyResult() local
324 ptr_qual_type = Ctx.getObjCObjectPointerType(expr_qual_type); in SynthesizeBodyResult()
326 ptr_qual_type = Ctx.getPointerType(expr_qual_type); in SynthesizeBodyResult()
330 result_ptr_id, ptr_qual_type, nullptr, SC_Static); in SynthesizeBodyResult()