Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp147 CompilerType return_compiler_type = scratch_ts_sp->GetCStringType(true); in GetObjectDescription()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h214 CompilerType GetCStringType(bool is_const);
H A DTypeSystemClang.cpp1162 CompilerType TypeSystemClang::GetCStringType(bool is_const) { in GetCStringType() function in TypeSystemClang