clang 20.0.0git
|
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 103 of file ParsedAttr.h.
|
static |
Definition at line 28 of file ParsedAttr.cpp.
References Ident, Loc, and clang::Result.
Referenced by fixSeparateAttrArgAndNumber().
IdentifierInfo* clang::IdentifierLoc::Ident |
Definition at line 105 of file ParsedAttr.h.
Referenced by create(), handleArgumentWithTypeTagAttr(), clang::SemaSwift::handleAsyncAttr(), clang::SemaSwift::handleAsyncError(), handleAvailabilityAttr(), clang::SemaObjC::handleBlocksAttr(), clang::SemaObjC::handleBridgeAttr(), clang::SemaObjC::handleBridgeMutableAttr(), clang::SemaObjC::handleBridgeRelatedAttr(), clang::SemaARM::handleBuiltinAliasAttr(), handleBuiltinAliasAttr(), handleCallableWhenAttr(), handleCallbackAttr(), handleCFGuardAttr(), handleConsumableAttr(), handleCPUSpecificAttr(), handleEnumExtensibilityAttr(), clang::SemaSwift::handleError(), handleFormatAttr(), handleLoopHintAttr(), clang::SemaObjC::handleMethodFamilyAttr(), handleModeAttr(), clang::SemaSwift::handleNewType(), clang::SemaObjC::handleNSErrorDomain(), handleOwnershipAttr(), handleParamTypestateAttr(), handleReturnTypestateAttr(), handleSetTypestateAttr(), handleTestTypestateAttr(), handleTypeTagForDatatypeAttr(), handleVTablePointerAuthentication(), and transferARCOwnershipToDeclaratorChunk().
SourceLocation clang::IdentifierLoc::Loc |
Definition at line 104 of file ParsedAttr.h.
Referenced by create(), handleAvailabilityAttr(), handleCallableWhenAttr(), handleCallbackAttr(), handleConsumableAttr(), handleCPUSpecificAttr(), clang::SemaObjC::handleMethodFamilyAttr(), clang::SemaObjC::handleNSErrorDomain(), handleParamTypestateAttr(), handleReturnTypestateAttr(), handleSetTypestateAttr(), handleTestTypestateAttr(), handleVTablePointerAuthentication(), and transferARCOwnershipToDeclaratorChunk().