Lines Matching defs:scratch_ts_sp
129 TypeSystemClangSP scratch_ts_sp =
131 if (!scratch_ts_sp)
134 CompilerType opaque_type = scratch_ts_sp->GetBasicType(eBasicTypeObjCID);
137 scratch_ts_sp->GetBasicType(eBasicTypeVoid).GetPointerType();
146 TypeSystemClangSP scratch_ts_sp =
148 if (!scratch_ts_sp)
151 CompilerType return_compiler_type = scratch_ts_sp->GetCStringType(true);
531 TypeSystemClangSP scratch_ts_sp =
533 if (!scratch_ts_sp)
535 CompilerType objc_id = scratch_ts_sp->GetBasicType(lldb::eBasicTypeObjCID);