Home
last modified time | relevance | path

Searched refs:IsRuntimeGeneratedType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h179 bool IsRuntimeGeneratedType() const;
H A DTypeSystem.h415 virtual bool IsRuntimeGeneratedType(lldb::opaque_compiler_type_t type) = 0;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp76 bool CompilerType::IsRuntimeGeneratedType() const { in IsRuntimeGeneratedType() function in CompilerType
79 return type_system_sp->IsRuntimeGeneratedType(m_type); in IsRuntimeGeneratedType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h699 bool IsRuntimeGeneratedType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp2916 bool TypeSystemClang::IsRuntimeGeneratedType( in IsRuntimeGeneratedType() function in TypeSystemClang