Home
last modified time | relevance | path

Searched defs:GetTypeImpl (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/source/Core/
H A DValueObjectDynamicValue.cpp59 TypeImpl ValueObjectDynamicValue::GetTypeImpl() { in GetTypeImpl() function in ValueObjectDynamicValue
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h363 const lldb::TypeImplSP &GetTypeImpl() { return m_type_impl_sp; } in GetTypeImpl() function
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h801 inline const DeclTypeSpec *Symbol::GetTypeImpl(int depth) const { in GetTypeImpl() function
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h355 virtual TypeImpl GetTypeImpl() { return TypeImpl(GetCompilerType()); } in GetTypeImpl() function