Home
last modified time | relevance | path

Searched refs:IsForcefullyCompleted (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.h90 bool IsForcefullyCompleted() const { return m_is_forcefully_completed; } in IsForcefullyCompleted() function
H A DClangASTImporter.cpp868 if (td && md && md->IsForcefullyCompleted()) { in ImportImpl()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp98 bool CompilerType::IsForcefullyCompleted() const { in IsForcefullyCompleted() function in CompilerType
101 return type_system_sp->IsForcefullyCompleted(m_type); in IsForcefullyCompleted()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h209 bool IsForcefullyCompleted() const;
H A DTypeSystem.h206 virtual bool IsForcefullyCompleted(lldb::opaque_compiler_type_t type) { in IsForcefullyCompleted() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBType.cpp498 return !compiler_type.IsForcefullyCompleted(); in IsTypeComplete()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h655 bool IsForcefullyCompleted(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp1833 if (meta_data && meta_data->IsForcefullyCompleted()) in RecordHasFields()
10083 bool TypeSystemClang::IsForcefullyCompleted(lldb::opaque_compiler_type_t type) { in IsForcefullyCompleted() function in TypeSystemClang
10093 return metadata->IsForcefullyCompleted(); in IsForcefullyCompleted()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp601 if (GetCompilerType().IsForcefullyCompleted()) { in GetSummaryAsCString()