Searched refs:IsMeaninglessWithoutDynamicResolution (Results 1 – 5 of 5) sorted by relevance
701 bool CompilerType::IsMeaninglessWithoutDynamicResolution() const { in IsMeaninglessWithoutDynamicResolution() function in CompilerType703 return m_type_system->IsMeaninglessWithoutDynamicResolution(m_type); in IsMeaninglessWithoutDynamicResolution()
145 bool TypeSystem::IsMeaninglessWithoutDynamicResolution(void *type) { in IsMeaninglessWithoutDynamicResolution() function in TypeSystem
354 bool IsMeaninglessWithoutDynamicResolution() const;
495 virtual bool IsMeaninglessWithoutDynamicResolution(void *type);
191 if (!compiler_type.IsMeaninglessWithoutDynamicResolution()) { in GetPossibleMatches()561 if (!valobj_sp->GetCompilerType().IsMeaninglessWithoutDynamicResolution()) in GetTypeForCache()