Searched refs:IsGenericCallable (Results 1 – 2 of 2) sorted by relevance
325 } else if (symbol->IsGenericCallable()) { in HandleDocumentSymbolRequest()
81 bool IsGenericCallable() const { return kind() == kGenericCallable; } in IsGenericCallable() function