Home
last modified time | relevance | path

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

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