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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp331 QualType ptr_qual_type; local
334 ptr_qual_type = Ctx.getObjCObjectPointerType(expr_qual_type);
336 ptr_qual_type = Ctx.getPointerType(expr_qual_type);
340 result_ptr_id, ptr_qual_type, nullptr, SC_Static);

Completed in 132 milliseconds