Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp71 bool CompilerType::IsRuntimeGeneratedType() const { in IsRuntimeGeneratedType() function in CompilerType
73 return m_type_system->IsRuntimeGeneratedType(m_type); in IsRuntimeGeneratedType()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DCompilerType.h132 bool IsRuntimeGeneratedType() const;
H A DTypeSystem.h406 virtual bool IsRuntimeGeneratedType(lldb::opaque_compiler_type_t type) = 0;
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h614 bool IsRuntimeGeneratedType(lldb::opaque_compiler_type_t type) override;
H A DTypeSystemClang.cpp2949 bool TypeSystemClang::IsRuntimeGeneratedType( in IsRuntimeGeneratedType() function in TypeSystemClang