Home
last modified time | relevance | path

Searched refs:IsCompleteType (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DCompilerType.h90 bool IsCompleteType() const;
H A DTypeSystem.h150 virtual bool IsCompleteType(lldb::opaque_compiler_type_t type) = 0;
H A DClangASTContext.h558 bool IsCompleteType(lldb::opaque_compiler_type_t type) override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp97 bool CompilerType::IsCompleteType() const { in IsCompleteType() function in CompilerType
99 return m_type_system->IsCompleteType(m_type); in IsCompleteType()
H A DClangASTContext.cpp3060 bool ClangASTContext::IsCompleteType(lldb::opaque_compiler_type_t type) { in IsCompleteType() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp385 return m_opaque_sp->GetCompilerType(false).IsCompleteType(); in IsTypeComplete()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTokenKinds.def486 TYPE_TRAIT_1(__is_complete_type, IsCompleteType, KEYCXX)
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp3049 if (!member_clang_type.IsCompleteType()) in ParseChildMembers()