Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp61 m_uint_star_type = ast->GetPointerSizedIntType(false); in Update()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h510 CompilerType GetPointerSizedIntType(bool is_signed);
H A DTypeSystemClang.cpp2423 CompilerType TypeSystemClang::GetPointerSizedIntType(bool is_signed) { in GetPointerSizedIntType() function in TypeSystemClang