Home
last modified time | relevance | path

Searched refs:IsCStringType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h651 bool IsCStringType(lldb::opaque_compiler_type_t type, uint32_t &length);
H A DTypeSystemClang.cpp2961 bool TypeSystemClang::IsCStringType(lldb::opaque_compiler_type_t type, in IsCStringType() function in TypeSystemClang