Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp550 const APValue &UnionValue = Value.getUnionValue(); in Visit() local
551 if (isSimpleAPValue(UnionValue)) { in Visit()
553 Visit(UnionValue, Ty); in Visit()
555 AddChild([=] { Visit(UnionValue, Ty); }); in Visit()