Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntime.cpp151 CompilerType return_compiler_type = scratch_ts_sp->GetCStringType(true); in GetObjectDescription()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.h217 CompilerType GetCStringType(bool is_const);
HDTypeSystemClang.cpp1104 CompilerType TypeSystemClang::GetCStringType(bool is_const) { in GetCStringType() function in TypeSystemClang