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
member_method_decls_data.h
Go to the documentation of this file.
1
#ifndef INCLUDED_CLANGMETATOOL_COLLECTORS_MEMBER_METHOD_DECLS_DATA
2
#define INCLUDED_CLANGMETATOOL_COLLECTORS_MEMBER_METHOD_DECLS_DATA
3
4
#include <clang/AST/DeclCXX.h>
5
#include <clang/AST/Expr.h>
6
#include <clang/AST/TypeLoc.h>
7
#include <clang/ASTMatchers/ASTMatchFinder.h>
8
#include <clang/Basic/FileManager.h>
9
#include <clang/Basic/SourceLocation.h>
10
#include <clang/Frontend/CompilerInstance.h>
11
#include <set>
12
#include <string>
13
14
#include <
clangmetatool/types/macro_reference_info.h
>
15
#include <
clangmetatool/types/file_attribute_map.h
>
16
#include <
clangmetatool/types/file_attribute_multimap.h
>
17
#include <
clangmetatool/types/file_graph_edge_multimap.h
>
18
#include <
clangmetatool/types/file_graph.h
>
19
#include <
clangmetatool/types/file_uid.h
>
20
#include <iosfwd>
21
22
namespace
clangmetatool
{
23
namespace
collectors {
24
28
struct
MemberMethodDeclsData
{
29
33
std::set<const clang::CXXMethodDecl *>
decls
;
34
};
35
}
36
}
37
38
#endif
39
40
// ----------------------------------------------------------------------------
41
// Copyright 2018 Bloomberg Finance L.P.
42
//
43
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
45
// You may obtain a copy of the License at
46
//
47
// http://www.apache.org/licenses/LICENSE-2.0
48
//
49
// Unless required by applicable law or agreed to in writing, software
50
// distributed under the License is distributed on an "AS IS" BASIS,
51
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
52
// See the License for the specific language governing permissions and
53
// limitations under the License.
54
// ----------------------------- END-OF-FILE ----------------------------------
clangmetatool::collectors::MemberMethodDeclsData
Definition:
member_method_decls_data.h:28
file_attribute_map.h
clangmetatool::collectors::MemberMethodDeclsData::decls
std::set< const clang::CXXMethodDecl * > decls
Definition:
member_method_decls_data.h:33
clangmetatool
Definition:
meta_tool.h:17
macro_reference_info.h
file_uid.h
file_graph_edge_multimap.h
file_attribute_multimap.h
file_graph.h
Generated by
1.8.13