Searched refs:IsAllowedRuntimeValue (Results 1 – 6 of 6) sorted by relevance
80 bool IsAllowedRuntimeValue(ConstString name) override;
46 bool CPPLanguageRuntime::IsAllowedRuntimeValue(ConstString name) { in IsAllowedRuntimeValue() function in CPPLanguageRuntime
185 virtual bool IsAllowedRuntimeValue(ConstString name) { return false; } in IsAllowedRuntimeValue() function
46 bool ObjCLanguageRuntime::IsAllowedRuntimeValue(ConstString name) { in IsAllowedRuntimeValue() function in ObjCLanguageRuntime
329 bool IsAllowedRuntimeValue(ConstString name) override;
1755 if (runtime->IsAllowedRuntimeValue(GetName())) in IsRuntimeSupportValue()