clang
15.0.0git
|
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/AST/PrettyDeclStackTrace.h"
#include "clang/Basic/AddressSpaces.h"
#include "clang/Basic/AttributeCommonInfo.h"
#include "clang/Basic/Attributes.h"
#include "clang/Basic/CharInfo.h"
#include "clang/Basic/TargetInfo.h"
#include "clang/Parse/ParseDiagnostic.h"
#include "clang/Parse/Parser.h"
#include "clang/Parse/RAIIObjectsForParser.h"
#include "clang/Sema/Lookup.h"
#include "clang/Sema/ParsedTemplate.h"
#include "clang/Sema/Scope.h"
#include "clang/Sema/SemaDiagnostic.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringSwitch.h"
#include "clang/Parse/AttrParserStringSwitches.inc"
#include "clang/Basic/OpenCLImageTypes.def"
Go to the source code of this file.
Macros | |
#define | CLANG_ATTR_LATE_PARSED_LIST |
#define | CLANG_ATTR_IDENTIFIER_ARG_LIST |
#define | CLANG_ATTR_VARIADIC_IDENTIFIER_ARG_LIST |
#define | CLANG_ATTR_THIS_ISA_IDENTIFIER_ARG_LIST |
#define | CLANG_ATTR_ACCEPTS_EXPR_PACK |
#define | CLANG_ATTR_TYPE_ARG_LIST |
#define | CLANG_ATTR_ARG_CONTEXT_LIST |
#define | IMAGE_READ_WRITE_TYPE(Type, Id, Ext) |
#define | IMAGE_WRITE_TYPE(Type, Id, Ext) |
#define | IMAGE_READ_TYPE(ImgType, Id, Ext) |
#define | GENERIC_IMAGE_TYPE(ImgType, Id) case tok::kw_##ImgType##_t: |
#define | GENERIC_IMAGE_TYPE(ImgType, Id) case tok::kw_##ImgType##_t: |
#define | GENERIC_IMAGE_TYPE(ImgType, Id) case tok::kw_##ImgType##_t: |
Functions | |
static StringRef | normalizeAttrName (StringRef Name) |
Normalizes an attribute name by dropping prefixed and suffixed __. More... | |
static bool | isAttributeLateParsed (const IdentifierInfo &II) |
isAttributeLateParsed - Return true if the attribute has arguments that require late parsing. More... | |
static bool | FindLocsWithCommonFileID (Preprocessor &PP, SourceLocation StartLoc, SourceLocation EndLoc) |
Check if the a start and end source location expand to the same macro. More... | |
static bool | attributeHasIdentifierArg (const IdentifierInfo &II) |
Determine whether the given attribute has an identifier argument. More... | |
static bool | attributeHasVariadicIdentifierArg (const IdentifierInfo &II) |
Determine whether the given attribute has a variadic identifier argument. More... | |
static bool | attributeTreatsKeywordThisAsIdentifier (const IdentifierInfo &II) |
Determine whether the given attribute treats kw_this as an identifier. More... | |
static bool | attributeAcceptsExprPack (const IdentifierInfo &II) |
Determine if an attribute accepts parameter packs. More... | |
static bool | attributeIsTypeArgAttr (const IdentifierInfo &II) |
Determine whether the given attribute parses a type argument. More... | |
static bool | attributeParsedArgsUnevaluated (const IdentifierInfo &II) |
Determine whether the given attribute requires parsing its arguments in an unevaluated context or not. More... | |
static bool | VersionNumberSeparator (const char Separator) |
static bool | isValidAfterIdentifierInDeclarator (const Token &T) |
isValidAfterIdentifierInDeclaratorAfterDeclSpec - Return true if the specified token is valid after the identifier in a declarator which immediately follows the declspec. More... | |
static void | SetupFixedPointError (const LangOptions &LangOpts, const char *&PrevSpec, unsigned &DiagID, bool &isInvalid) |
static bool | isPtrOperatorToken (tok::TokenKind Kind, const LangOptions &Lang, DeclaratorContext TheContext) |
static bool | isPipeDeclarator (const Declarator &D) |
static SourceLocation | getMissingDeclaratorIdLoc (Declarator &D, SourceLocation Loc) |
#define CLANG_ATTR_ACCEPTS_EXPR_PACK |
#define CLANG_ATTR_ARG_CONTEXT_LIST |
#define CLANG_ATTR_IDENTIFIER_ARG_LIST |
#define CLANG_ATTR_LATE_PARSED_LIST |
#define CLANG_ATTR_THIS_ISA_IDENTIFIER_ARG_LIST |
#define CLANG_ATTR_TYPE_ARG_LIST |
#define CLANG_ATTR_VARIADIC_IDENTIFIER_ARG_LIST |
#define GENERIC_IMAGE_TYPE | ( | ImgType, | |
Id | |||
) | case tok::kw_##ImgType##_t: |
#define GENERIC_IMAGE_TYPE | ( | ImgType, | |
Id | |||
) | case tok::kw_##ImgType##_t: |
#define GENERIC_IMAGE_TYPE | ( | ImgType, | |
Id | |||
) | case tok::kw_##ImgType##_t: |
#define IMAGE_READ_TYPE | ( | ImgType, | |
Id, | |||
Ext | |||
) |
|
static |
Determine if an attribute accepts parameter packs.
Definition at line 297 of file ParseDecl.cpp.
References clang::IdentifierInfo::getName(), and normalizeAttrName().
|
static |
Determine whether the given attribute has an identifier argument.
Definition at line 270 of file ParseDecl.cpp.
References clang::IdentifierInfo::getName(), and normalizeAttrName().
|
static |
Determine whether the given attribute has a variadic identifier argument.
Definition at line 279 of file ParseDecl.cpp.
References clang::IdentifierInfo::getName(), and normalizeAttrName().
|
static |
Determine whether the given attribute parses a type argument.
Definition at line 306 of file ParseDecl.cpp.
References clang::IdentifierInfo::getName(), and normalizeAttrName().
|
static |
Determine whether the given attribute requires parsing its arguments in an unevaluated context or not.
Definition at line 316 of file ParseDecl.cpp.
References clang::IdentifierInfo::getName(), and normalizeAttrName().
|
static |
Determine whether the given attribute treats kw_this as an identifier.
Definition at line 288 of file ParseDecl.cpp.
References clang::IdentifierInfo::getName(), and normalizeAttrName().
|
static |
Check if the a start and end source location expand to the same macro.
Definition at line 89 of file ParseDecl.cpp.
References clang::Preprocessor::getLangOpts(), clang::Preprocessor::getSourceManager(), clang::Lexer::isAtEndOfMacroExpansion(), clang::Lexer::isAtStartOfMacroExpansion(), clang::SourceLocation::isMacroID(), and SM.
|
static |
Definition at line 6060 of file ParseDecl.cpp.
References clang::UnqualifiedId::EndLocation, clang::Declarator::getName(), clang::SourceLocation::isInvalid(), clang::SourceLocation::isValid(), and clang::UnqualifiedId::StartLocation.
|
static |
isAttributeLateParsed - Return true if the attribute has arguments that require late parsing.
Definition at line 80 of file ParseDecl.cpp.
References clang::IdentifierInfo::getName(), and normalizeAttrName().
|
static |
Definition at line 5853 of file ParseDecl.cpp.
References clang::Declarator::getNumTypeObjects(), clang::Declarator::getTypeObject(), clang::DeclaratorChunk::Kind, and clang::DeclaratorChunk::Pipe.
|
static |
Definition at line 5824 of file ParseDecl.cpp.
References clang::ConversionId, clang::CXXNew, and clang::LangOptions::getOpenCLCompatibleVersion().
isValidAfterIdentifierInDeclaratorAfterDeclSpec - Return true if the specified token is valid after the identifier in a declarator which immediately follows the declspec.
For example, these things are valid:
int x [ 4]; // direct-declarator int x ( int y); // direct-declarator
int(int x ) // direct-declarator int x ; // simple-declaration int x = 17; // init-declarator-list int x , y; // init-declarator-list int x asm ("foo"); // init-declarator-list int x : 4; // struct-declarator int x { 5}; // C++'0x unified initializers
This is not, because 'x' does not immediately follow the declspec (though ')' happens to be valid anyway). int (x)
Definition at line 2631 of file ParseDecl.cpp.
References clang::Token::isOneOf().
|
static |
Normalizes an attribute name by dropping prefixed and suffixed __.
Definition at line 72 of file ParseDecl.cpp.
Referenced by attributeAcceptsExprPack(), attributeHasIdentifierArg(), attributeHasVariadicIdentifierArg(), attributeIsTypeArgAttr(), attributeParsedArgsUnevaluated(), attributeTreatsKeywordThisAsIdentifier(), and isAttributeLateParsed().
|
static |
Definition at line 3096 of file ParseDecl.cpp.
|
static |
Definition at line 940 of file ParseDecl.cpp.