Searched refs:UnionValue (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp550 const APValue &UnionValue = Value.getUnionValue(); local
551 if (isSimpleAPValue(UnionValue)) {
553 Visit(UnionValue, Ty);
555 AddChild([=] { Visit(UnionValue, Ty); });

Completed in 104 milliseconds