Searched defs:isNegated (Results 1 – 6 of 6) sorted by relevance
54 bool isNegated() const { return Negated; } in isNegated() function
55 bool isNegated() const { return Negated; } in isNegated() function
169 public boolean isNegated() { in isNegated() method in CharRange
447 bool isNegated = false; in tryParseRelocExpression() local
420 bool isNegated = false; in tryParseRelocExpression() local
2002 val isNegated = condition.firstChild?.node?.findChildByType(KtTokens.NOT_IN) != null in <lambda>() constant