Home
last modified time | relevance | path

Searched defs:GraphWriter (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dmissing-namespace-qualifier-typo-corrections.cpp68 template <typename T> class GraphWriter {}; // expected-note 3{{declared here}} class
/llvm-project/llvm/include/llvm/Support/
H A DGraphWriter.h120 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) { in GraphWriter() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h34 template<class Graph> class GraphWriter; variable