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.h
Go to the documentation of this file.
1
#ifndef INCLUDED_CLANGMETATOOL_COLLECTORS_MEMBER_METHOD_DECLS
2
#define INCLUDED_CLANGMETATOOL_COLLECTORS_MEMBER_METHOD_DECLS
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/member_method_decls_data.h
>
10
11
namespace
clangmetatool
{
12
namespace
collectors {
13
18
class
MemberMethodDeclsImpl;
19
24
class
MemberMethodDecls
{
25
private
:
29
MemberMethodDeclsImpl *impl;
30
31
public
:
35
MemberMethodDecls
(clang::CompilerInstance *ci,
36
clang::ast_matchers::MatchFinder *f);
37
41
~MemberMethodDecls
();
42
46
MemberMethodDeclsData
*
getData
();
47
};
48
}
49
}
50
51
#endif
52
53
// ----------------------------------------------------------------------------
54
// Copyright 2018 Bloomberg Finance L.P.
55
//
56
// Licensed under the Apache License, Version 2.0 (the "License");
57
// you may not use this file except in compliance with the License.
58
// You may obtain a copy of the License at
59
//
60
// http://www.apache.org/licenses/LICENSE-2.0
61
//
62
// Unless required by applicable law or agreed to in writing, software
63
// distributed under the License is distributed on an "AS IS" BASIS,
64
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
65
// See the License for the specific language governing permissions and
66
// limitations under the License.
67
// ----------------------------- END-OF-FILE ----------------------------------
clangmetatool::collectors::MemberMethodDeclsData
Definition:
member_method_decls_data.h:28
clangmetatool
Definition:
meta_tool.h:17
clangmetatool::collectors::MemberMethodDecls::getData
MemberMethodDeclsData * getData()
clangmetatool::collectors::MemberMethodDecls::MemberMethodDecls
MemberMethodDecls(clang::CompilerInstance *ci, clang::ast_matchers::MatchFinder *f)
member_method_decls_data.h
clangmetatool::collectors::MemberMethodDecls
Definition:
member_method_decls.h:24
clangmetatool::collectors::MemberMethodDecls::~MemberMethodDecls
~MemberMethodDecls()
Generated by
1.8.13