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
321 bool IsAllowedRuntimeValue(ConstString name) override;
46 bool ObjCLanguageRuntime::IsAllowedRuntimeValue(ConstString name) { in IsAllowedRuntimeValue() function in ObjCLanguageRuntime
1589 if (runtime->IsAllowedRuntimeValue(GetName())) in IsRuntimeSupportValue()