Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Symbol/
H A DType.cpp821 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp) in TypeImpl() function in TypeImpl
826 TypeImpl::TypeImpl(const CompilerType &compiler_type) in TypeImpl() function in TypeImpl
831 TypeImpl::TypeImpl(const lldb::TypeSP &type_sp, const CompilerType &dynamic) in TypeImpl() function in TypeImpl
836 TypeImpl::TypeImpl(const CompilerType &static_type, in TypeImpl() function in TypeImpl
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h253 class TypeImpl; variable