Searched refs:IsMeaninglessWithoutDynamicResolution (Results 1 – 5 of 5) sorted by relevance
128 bool TypeSystem::IsMeaninglessWithoutDynamicResolution(void *type) { in IsMeaninglessWithoutDynamicResolution() function in TypeSystem
727 bool CompilerType::IsMeaninglessWithoutDynamicResolution() const { in IsMeaninglessWithoutDynamicResolution() function in CompilerType729 return m_type_system->IsMeaninglessWithoutDynamicResolution(m_type); in IsMeaninglessWithoutDynamicResolution()
378 bool IsMeaninglessWithoutDynamicResolution() const;
488 virtual bool IsMeaninglessWithoutDynamicResolution(void *type);
187 if (!compiler_type.IsMeaninglessWithoutDynamicResolution()) { in GetPossibleMatches()586 if (!valobj_sp->GetCompilerType().IsMeaninglessWithoutDynamicResolution()) in GetTypeForCache()