Home
last modified time | relevance | path

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

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