Searched refs:IsTypedefType (Results 1 – 12 of 12) sorted by relevance
207 if (non_ref_type.IsTypedefType()) { in GetPossibleMatches()224 if (non_ptr_type.IsTypedefType()) { in GetPossibleMatches()243 if (element_type.IsTypedefType()) { in GetPossibleMatches()270 if (compiler_type.IsTypedefType()) { in GetPossibleMatches()
328 ") IsTypedefType;330 IsTypedefType ();
258 bool SBType::IsTypedefType() { in IsTypedefType() function in SBType259 LLDB_RECORD_METHOD_NO_ARGS(bool, SBType, IsTypedefType); in IsTypedefType()263 return m_opaque_sp->GetCompilerType(true).IsTypedefType(); in IsTypedefType()954 LLDB_REGISTER_METHOD(bool, SBType, IsTypedefType, ()); in RegisterMethods()
130 bool IsTypedefType();
230 bool CompilerType::IsTypedefType() const { in IsTypedefType() function in CompilerType233 return m_type_system->IsTypedefType(m_type); in IsTypedefType()
145 bool IsTypedefType() const;
434 virtual bool IsTypedefType(lldb::opaque_compiler_type_t type) = 0;
1004 if (candidate.IsTypedefType()) in GetTypeScavenger()
1037 if (candidate.IsTypedefType()) in GetTypeScavenger()
635 bool IsTypedefType(lldb::opaque_compiler_type_t type) override;
3647 bool TypeSystemClang::IsTypedefType(lldb::opaque_compiler_type_t type) { in IsTypedefType() function in TypeSystemClang
58719 result = (bool)(arg1)->IsTypedefType(); in _wrap_SBType_IsTypedefType()