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
definitions_data.h
Go to the documentation of this file.
1
#ifndef INCLUDED_CLANGMETATOOL_COLLECTORS_DEFINITIONS_DATA_H
2
#define INCLUDED_CLANGMETATOOL_COLLECTORS_DEFINITIONS_DATA_H
3
4
#include <unordered_map>
5
6
#include <clang/AST/Decl.h>
7
8
#include <
clangmetatool/types/file_uid.h
>
9
10
namespace
clangmetatool
{
11
namespace
collectors {
12
16
class
DefinitionsData
{
17
public
:
22
std::unordered_multimap<types::FileUID, const clang::NamedDecl *>
defs
;
23
};
24
25
}
// namespace collectors
26
}
// namespace clangmetatool
27
28
#endif // INCLUDED_CLANGMETATOOL_COLLECTORS_DEFINITIONS_DATA_H
29
30
// ----------------------------------------------------------------------------
31
// Copyright 2018 Bloomberg Finance L.P.
32
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
34
// you may not use this file except in compliance with the License.
35
// You may obtain a copy of the License at
36
//
37
// http://www.apache.org/licenses/LICENSE-2.0
38
//
39
// Unless required by applicable law or agreed to in writing, software
40
// distributed under the License is distributed on an "AS IS" BASIS,
41
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42
// See the License for the specific language governing permissions and
43
// limitations under the License.
44
// ----------------------------- END-OF-FILE ----------------------------------
clangmetatool::collectors::DefinitionsData
Definition:
definitions_data.h:16
clangmetatool
Definition:
meta_tool.h:17
clangmetatool::collectors::DefinitionsData::defs
std::unordered_multimap< types::FileUID, const clang::NamedDecl * > defs
Definition:
definitions_data.h:22
file_uid.h
Generated by
1.8.13