Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DTextNodeDumper.cpp593 const APValue &UnionValue = Value.getUnionValue(); in Visit() local
594 if (isSimpleAPValue(UnionValue)) { in Visit()
596 Visit(UnionValue, Ty); in Visit()
598 AddChild([=] { Visit(UnionValue, Ty); }); in Visit()