Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp129 CompilerType return_compiler_type = ast_context->GetCStringType(true); in GetObjectDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h182 CompilerType GetCStringType(bool is_const);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1394 CompilerType ClangASTContext::GetCStringType(bool is_const) { in GetCStringType() function in ClangASTContext