clang
9.0.0
lib
AST
AttrImpl.cpp
Go to the documentation of this file.
1
//===--- AttrImpl.cpp - Classes for representing attributes -----*- C++ -*-===//
2
//
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
6
//
7
//===----------------------------------------------------------------------===//
8
//
9
// This file contains out-of-line methods for Attr classes.
10
//
11
//===----------------------------------------------------------------------===//
12
13
#include "
clang/AST/ASTContext.h
"
14
#include "
clang/AST/Attr.h
"
15
#include "
clang/AST/Expr.h
"
16
#include "
clang/AST/Type.h
"
17
using namespace
clang
;
18
19
#include "clang/AST/AttrImpl.inc"
ASTContext.h
Defines the clang::ASTContext interface.
Type.h
C Language Family Type Representation.
Attr.h
clang
Dataflow Directional Tag Classes.
Definition:
CFGReachabilityAnalysis.h:21
Expr.h
Generated on Thu Sep 19 2019 15:18:21 for clang by
1.8.13