Searched refs:IsAllowedRuntimeValue (Results 1 – 6 of 6) sorted by relevance
80 bool IsAllowedRuntimeValue(ConstString name) override;
43 bool CPPLanguageRuntime::IsAllowedRuntimeValue(ConstString name) { in IsAllowedRuntimeValue() function in CPPLanguageRuntime
151 virtual bool IsAllowedRuntimeValue(ConstString name) { return false; } in IsAllowedRuntimeValue() function
312 bool IsAllowedRuntimeValue(ConstString name) override;
44 bool ObjCLanguageRuntime::IsAllowedRuntimeValue(ConstString name) { in IsAllowedRuntimeValue() function in ObjCLanguageRuntime
1586 if (runtime->IsAllowedRuntimeValue(GetName())) in IsRuntimeSupportValue()