OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GraphType
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Index/
CallGraph.h
108
typedef clang::CallGraph
GraphType
;
116
static NodeType *getEntryNode(
GraphType
*CG) {
130
typedef mapped_iterator<
GraphType
::const_iterator, DerefFun> nodes_iterator;
132
static nodes_iterator nodes_begin(const
GraphType
&CG) {
135
static nodes_iterator nodes_end(const
GraphType
&CG) {
/external/llvm/include/llvm/CompilerDriver/
CompilationGraph.h
304
typedef llvmc::CompilationGraph
GraphType
;
308
static NodeType* getEntryNode(
GraphType
* G) {
320
static nodes_iterator nodes_begin(
GraphType
*G) {
323
static nodes_iterator nodes_end(
GraphType
*G) {
Completed in 38 milliseconds