clang-metatool
A framework for reusing code in clang tools
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
All
Typedefs
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
i
l
m
o
p
r
t
u
v
~
+
Functions
b
c
d
e
f
g
i
m
o
p
r
v
~
Variables
Typedefs
+
Files
File List
+
File Members
All
Functions
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Pages
clangmetatool
collectors
include_graph.h
Go to the documentation of this file.
1
#ifndef INCLUDED_CLANGMETATOOL_COLLECTORS_INCLUDE_GRAPH_H
2
#define INCLUDED_CLANGMETATOOL_COLLECTORS_INCLUDE_GRAPH_H
3
4
#include <clang/Frontend/CompilerInstance.h>
5
#include <clang/ASTMatchers/ASTMatchFinder.h>
6
#include <clang/Basic/FileManager.h>
7
#include <clang/Basic/SourceLocation.h>
8
9
#include <
clangmetatool/collectors/include_graph_data.h
>
10
#include <
clangmetatool/types/file_uid.h
>
11
12
namespace
clangmetatool
{
13
namespace
collectors {
14
19
class
IncludeGraphImpl;
20
26
class
IncludeGraph
{
27
private
:
31
IncludeGraphImpl *impl;
32
33
public
:
37
IncludeGraph
(clang::CompilerInstance *ci,
38
clang::ast_matchers::MatchFinder *f);
39
43
~IncludeGraph
();
44
48
IncludeGraphData
*
getData
();
49
};
50
}
51
}
52
53
#endif
54
55
// ----------------------------------------------------------------------------
56
// Copyright 2018 Bloomberg Finance L.P.
57
//
58
// Licensed under the Apache License, Version 2.0 (the "License");
59
// you may not use this file except in compliance with the License.
60
// You may obtain a copy of the License at
61
//
62
// http://www.apache.org/licenses/LICENSE-2.0
63
//
64
// Unless required by applicable law or agreed to in writing, software
65
// distributed under the License is distributed on an "AS IS" BASIS,
66
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
67
// See the License for the specific language governing permissions and
68
// limitations under the License.
69
// ----------------------------- END-OF-FILE ----------------------------------
clangmetatool::collectors::IncludeGraph::IncludeGraph
IncludeGraph(clang::CompilerInstance *ci, clang::ast_matchers::MatchFinder *f)
include_graph_data.h
clangmetatool::collectors::IncludeGraph::~IncludeGraph
~IncludeGraph()
clangmetatool::collectors::IncludeGraph
Definition:
include_graph.h:26
clangmetatool
Definition:
meta_tool.h:17
clangmetatool::collectors::IncludeGraphData
Definition:
include_graph_data.h:28
file_uid.h
clangmetatool::collectors::IncludeGraph::getData
IncludeGraphData * getData()
Generated by
1.8.13