Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp77 bool CompilerType::IsRuntimeGeneratedType() const { in IsRuntimeGeneratedType() function in CompilerType
80 return type_system_sp->IsRuntimeGeneratedType(m_type); in IsRuntimeGeneratedType()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DCompilerType.h184 bool IsRuntimeGeneratedType() const;
H A DTypeSystem.h420 virtual bool IsRuntimeGeneratedType(lldb::opaque_compiler_type_t type) = 0;
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h628 bool IsRuntimeGeneratedType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp2984 bool TypeSystemClang::IsRuntimeGeneratedType( in IsRuntimeGeneratedType() function in TypeSystemClang