Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp621 const APValue &UnionValue = Value.getUnionValue(); in Visit() local
622 if (isSimpleAPValue(UnionValue)) { in Visit()
624 Visit(UnionValue, Ty); in Visit()
626 AddChild([=] { Visit(UnionValue, Ty); }); in Visit()