clang-tools
8.0.0
llvm.src
tools
clang
tools
extra
include-fixer
find-all-symbols
STLPostfixHeaderMap.h
Go to the documentation of this file.
1
//===-- STLPostfixHeaderMap.h - hardcoded header map for STL ----*- C++ -*-===//
2
//
3
// The LLVM Compiler Infrastructure
4
//
5
// This file is distributed under the University of Illinois Open Source
6
// License. See LICENSE.TXT for details.
7
//
8
//===----------------------------------------------------------------------===//
9
10
#ifndef LLVM_CLANG_TOOLS_EXTRA_FIND_ALL_SYMBOLS_TOOL_STL_POSTFIX_HEADER_MAP_H
11
#define LLVM_CLANG_TOOLS_EXTRA_FIND_ALL_SYMBOLS_TOOL_STL_POSTFIX_HEADER_MAP_H
12
13
#include "
HeaderMapCollector.h
"
14
15
namespace
clang
{
16
namespace
find_all_symbols {
17
18
const
HeaderMapCollector::RegexHeaderMap
*
getSTLPostfixHeaderMap
();
19
20
}
// namespace find_all_symbols
21
}
// namespace clang
22
23
#endif // LLVM_CLANG_TOOLS_EXTRA_FIND_ALL_SYMBOLS_TOOL_STL_POSTFIX_HEADER_MAP_H
HeaderMapCollector.h
clang::find_all_symbols::HeaderMapCollector::RegexHeaderMap
std::vector< std::pair< const char *, const char * > > RegexHeaderMap
Definition:
HeaderMapCollector.h:26
clang
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
Definition:
ChangeNamespace.cpp:18
clang::find_all_symbols::getSTLPostfixHeaderMap
const HeaderMapCollector::RegexHeaderMap * getSTLPostfixHeaderMap()
Definition:
STLPostfixHeaderMap.cpp:15
Generated on Tue Feb 12 2019 09:14:56 for clang-tools by
1.8.13