Searched refs:IsRuntimeGeneratedType (Results 1 – 5 of 5) sorted by relevance
132 bool IsRuntimeGeneratedType() const;
383 virtual bool IsRuntimeGeneratedType(lldb::opaque_compiler_type_t type) = 0;
615 bool IsRuntimeGeneratedType(lldb::opaque_compiler_type_t type) override;
85 bool CompilerType::IsRuntimeGeneratedType() const { in IsRuntimeGeneratedType() function in CompilerType87 return m_type_system->IsRuntimeGeneratedType(m_type); in IsRuntimeGeneratedType()
3036 bool ClangASTContext::IsRuntimeGeneratedType( in IsRuntimeGeneratedType() function in ClangASTContext