Home
last modified time | relevance | path

Searched refs:NumLeaves (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
HDASTDiff.cpp499 int NumLeaves = setLeftMostDescendants(); in Subtree() local
500 computeKeyRoots(NumLeaves); in Subtree()
525 int NumLeaves = 0; in setLeftMostDescendants() local
530 NumLeaves += N.isLeaf(); in setLeftMostDescendants()
537 return NumLeaves; in setLeftMostDescendants()