Home
last modified time | relevance | path

Searched defs:GetPointerSizedIntType (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DClangASTContext.h440 CompilerType GetPointerSizedIntType(bool is_signed) { in GetPointerSizedIntType() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp2393 CompilerType ClangASTContext::GetPointerSizedIntType(clang::ASTContext *ast, in GetPointerSizedIntType() function in ClangASTContext