#include "clang/AST/ASTContextAllocate.h"
#include "clang/AST/AttrIterator.h"
#include "clang/AST/Decl.h"
#include "clang/AST/Expr.h"
#include "clang/AST/Type.h"
#include "clang/Basic/AttrKinds.h"
#include "clang/Basic/AttributeCommonInfo.h"
#include "clang/Basic/LLVM.h"
#include "clang/Basic/OpenMPKinds.h"
#include "clang/Basic/Sanitizers.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/ADT/StringSwitch.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/VersionTuple.h"
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
#include <cassert>
#include "clang/AST/Attrs.inc"
Go to the source code of this file.
|
| clang |
| Dataflow Directional Tag Classes.
|
|
|
const DiagnosticBuilder & | clang::operator<< (const DiagnosticBuilder &DB, const Attr *At) |
|
const PartialDiagnostic & | clang::operator<< (const PartialDiagnostic &PD, const Attr *At) |
|