Searched refs:IsNamespace (Results 1 – 2 of 2) sorted by relevance
73 bool IsNamespace() const { return kind() == kNamespace; } in IsNamespace() function87 bool IsScope() const { return IsNamespace() || IsCallable(); } in IsScope()
46 {{- else if IsNamespace $}}{{template "Namespace" $}}