Searched defs:isLeaf (Results 1 – 11 of 11) sorted by relevance
109 bool isLeaf = false; in match() local157 bool SimpleRuleBasedPathFilter::Tree::isLeaf() const { in isLeaf() function in SimpleRuleBasedPathFilter::Tree
8 isLeaf(): this is LineLeaf; method572 isLeaf() { method in LineNode819 isLeaf() { method in LineLeaf
103 isLeaf bool member
170 const bool isLeaf = isTestNodeTypeExecutable(node->getNodeType()); in next() local
506 boolean isLeaf() { in isLeaf() method in DistanceTable.MappingKey
34 public isLeaf() { return this.isStatementOrExpression() && (!this.isCompoundStatement()); } method in AST283 public isLeaf() { return true; } method in Identifier
169 bool isLeaf() const { return SuffixIdx != EmptyIdx; } in isLeaf() function
2413 …AST.prototype.isLeaf = function () { return this.isStatementOrExpression() && (!this.isCompoundSta… method in AST2653 Identifier.prototype.isLeaf = function () { return true; }; method in Identifier
1095 bool Intrinsic::isLeaf(ID id) { in isLeaf() function in Intrinsic