1 //===- APIData.h ---------------------------------------------*- C++ -*----===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 #ifndef LLVM_CLANG_LIB_TOOLING_DUMPTOOL_APIDATA_H
10 #define LLVM_CLANG_LIB_TOOLING_DUMPTOOL_APIDATA_H
19 std::vector
<std::string
> ASTClassLocations
;
20 std::vector
<std::string
> ASTClassRanges
;
21 std::vector
<std::string
> TemplateParms
;
22 std::vector
<std::string
> TypeSourceInfos
;
23 std::vector
<std::string
> TypeLocs
;
24 std::vector
<std::string
> NestedNameLocs
;
25 std::vector
<std::string
> DeclNameInfos
;
28 } // namespace tooling