clang
9.0.0
|
Wraps an identifier and optional source location for the identifier. More...
#include "clang/Sema/ParsedAttr.h"
Static Public Member Functions | |
static IdentifierLoc * | create (ASTContext &Ctx, SourceLocation Loc, IdentifierInfo *Ident) |
Public Attributes | |
SourceLocation | Loc |
IdentifierInfo * | Ident |
Wraps an identifier and optional source location for the identifier.
Definition at line 94 of file ParsedAttr.h.
|
static |
Definition at line 28 of file ParsedAttr.cpp.
References clang::AttributeFactory::AvailabilityAllocSize, Ident, Loc, clang::AttributeFactory::PropertyAllocSize, clang::Result, and clang::AttributeFactory::TypeTagForDatatypeAllocSize.
Referenced by attributeParsedArgsUnevaluated(), and PragmaLoopHintString().
IdentifierInfo* clang::IdentifierLoc::Ident |
Definition at line 96 of file ParsedAttr.h.
Referenced by CheckAvailabilitySpecList(), clang::Sema::checkStringLiteralArgumentAttr(), create(), getCCTypeAttr(), HandleAddressSpaceTypeAttribute(), HandleExtVectorTypeAttr(), handleObjCGCTypeAttr(), handleObjCOwnershipTypeAttr(), HandleVectorSizeAttr(), transferARCOwnershipToDeclaratorChunk(), and VersionNumberSeparator().
SourceLocation clang::IdentifierLoc::Loc |
Definition at line 95 of file ParsedAttr.h.
Referenced by CheckAvailabilitySpecList(), clang::Sema::checkStringLiteralArgumentAttr(), create(), and transferARCOwnershipToDeclaratorChunk().