Searched refs:IsMeaninglessWithoutDynamicResolution (Results 1 – 5 of 5) sorted by relevance
703 bool CompilerType::IsMeaninglessWithoutDynamicResolution() const { in IsMeaninglessWithoutDynamicResolution() function in CompilerType705 return m_type_system->IsMeaninglessWithoutDynamicResolution(m_type); in IsMeaninglessWithoutDynamicResolution()
147 bool TypeSystem::IsMeaninglessWithoutDynamicResolution(void *type) { in IsMeaninglessWithoutDynamicResolution() function in TypeSystem
368 bool IsMeaninglessWithoutDynamicResolution() const;
504 virtual bool IsMeaninglessWithoutDynamicResolution(void *type);
190 if (!compiler_type.IsMeaninglessWithoutDynamicResolution()) { in GetPossibleMatches()560 if (!valobj_sp->GetCompilerType().IsMeaninglessWithoutDynamicResolution()) in GetTypeForCache()