Searched refs:GetCanonicalType (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DVariable.cpp507 base_class_type.GetCanonicalType(), request);
520 vbase_class_type.GetCanonicalType(), request);
541 member_compiler_type.GetCanonicalType(), request);
637 pointee_type.GetCanonicalType(), request);
642 pointee_type.GetCanonicalType(), request);
719 variable_compiler_type.GetCanonicalType(), request);
H A DType.cpp990 TypeImpl TypeImpl::GetCanonicalType() const { function in class:TypeImpl
994 return TypeImpl(m_static_type.GetCanonicalType(),
995 m_dynamic_type.GetCanonicalType());
997 return TypeImpl(m_static_type.GetCanonicalType());
H A DCompilerType.cpp343 CompilerType CompilerType::GetCanonicalType() const { function in class:CompilerType
345 return m_type_system->GetCanonicalType(m_type);
H A DClangASTContext.cpp3967 ClangASTContext::GetCanonicalType(lldb::opaque_compiler_type_t type) { function in class:ClangASTContext
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp216 m_opaque_sp->GetCompilerType(true).GetCanonicalType();
331 lldb::SBType SBType::GetCanonicalType() { function in class:SBType
332 LLDB_RECORD_METHOD_NO_ARGS(lldb::SBType, SBType, GetCanonicalType);
336 SBType(TypeImplSP(new TypeImpl(m_opaque_sp->GetCanonicalType()))));
935 LLDB_REGISTER_METHOD(lldb::SBType, SBType, GetCanonicalType, ());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBType.h152 lldb::SBType GetCanonicalType();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h180 CompilerType GetCanonicalType() const;
H A DType.h276 TypeImpl GetCanonicalType() const;
H A DTypeSystem.h219 virtual CompilerType GetCanonicalType(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h597 CompilerType GetCanonicalType(lldb::opaque_compiler_type_t type) override;
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i242 GetCanonicalType();

Completed in 128 milliseconds