Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DInheritViz.cpp46 WriteNode(Type, false); in WriteGraph()
53 void WriteNode(QualType Type, bool FromVirtual);
62 void InheritanceHierarchyWriter::WriteNode(QualType Type, bool FromVirtual) { in WriteNode() function in InheritanceHierarchyWriter
104 WriteNode(Base.getType(), Base.isVirtual()); in WriteNode()