clang
15.0.0git
|
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/AST/PrettyDeclStackTrace.h"
#include "clang/Basic/AttributeCommonInfo.h"
#include "clang/Basic/Attributes.h"
#include "clang/Basic/CharInfo.h"
#include "clang/Basic/OperatorKinds.h"
#include "clang/Basic/TargetInfo.h"
#include "clang/Parse/ParseDiagnostic.h"
#include "clang/Parse/Parser.h"
#include "clang/Parse/RAIIObjectsForParser.h"
#include "clang/Sema/DeclSpec.h"
#include "clang/Sema/ParsedTemplate.h"
#include "clang/Sema/Scope.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/TimeProfiler.h"
Go to the source code of this file.
Functions | |
static FixItHint | getStaticAssertNoMessageFixIt (const Expr *AssertExpr, SourceLocation EndExprLoc) |
static void | diagnoseDynamicExceptionSpecification (Parser &P, SourceRange Range, bool IsNoexcept) |
static bool | IsBuiltInOrStandardCXX11Attribute (IdentifierInfo *AttrName, IdentifierInfo *ScopeName) |
|
static |
Definition at line 3911 of file ParseDeclCXX.cpp.
References clang::FixItHint::CreateReplacement(), and P.
|
static |
Definition at line 907 of file ParseDeclCXX.cpp.
References clang::FixItHint::CreateInsertion(), and clang::FixItHint::CreateReplacement().
|
static |
Definition at line 4263 of file ParseDeclCXX.cpp.
References clang::AttributeCommonInfo::AS_CXX11, clang::IdentifierInfo::getName(), and clang::AttributeCommonInfo::getParsedKind().