Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/pseudo/tool/
H A DHTMLForest.cpp126 auto AssignID = [&](const ForestNode *N, Token::Index End) -> unsigned { in writeForestJSON() local
132 AssignID(&Root, Stream.tokens().size()); in writeForestJSON()
153 Out.attribute("selected", AssignID(N->children().front(), End)); in writeForestJSON()
168 Out.value(AssignID(Children[I], in writeForestJSON()