Home
last modified time | relevance | path

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

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