Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h164 unsigned NumChildren, StringRef LabelSingular,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp591 unsigned NumChildren, StringRef LabelSingular, StringRef LabelPlurial) { in dumpAPValueChildren() argument
610 AddChild(J - I > 1 ? LabelPlurial : LabelSingular, [=]() { in dumpAPValueChildren()