Home
last modified time | relevance | path

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

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