Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp63 m_uint_star_type = ast->GetPointerSizedIntType(false); in Update()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h440 CompilerType GetPointerSizedIntType(bool is_signed) { in GetPointerSizedIntType() function
441 return GetPointerSizedIntType(getASTContext(), is_signed); in GetPointerSizedIntType()
444 static CompilerType GetPointerSizedIntType(clang::ASTContext *ast,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2393 CompilerType ClangASTContext::GetPointerSizedIntType(clang::ASTContext *ast, in GetPointerSizedIntType() function in ClangASTContext