clang 18.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 98 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 100 of file ParsedAttr.h.
Referenced by clang::Sema::checkStringLiteralArgumentAttr(), create(), handleArgumentWithTypeTagAttr(), handleArmBuiltinAliasAttr(), handleAvailabilityAttr(), handleBlocksAttr(), handleBuiltinAliasAttr(), handleCallableWhenAttr(), handleCallbackAttr(), handleCFGuardAttr(), handleConsumableAttr(), handleCountedByAttr(), handleCPUSpecificAttr(), handleEnumExtensibilityAttr(), handleFormatAttr(), handleHLSLResourceBindingAttr(), handleLoopHintAttr(), handleModeAttr(), handleObjCBridgeAttr(), handleObjCBridgeMutableAttr(), handleObjCBridgeRelatedAttr(), handleObjCMethodFamilyAttr(), handleOwnershipAttr(), handleParamTypestateAttr(), handleReturnTypestateAttr(), handleSetTypestateAttr(), handleSwiftAsyncAttr(), handleSwiftAsyncError(), handleSwiftError(), handleSwiftNewType(), handleTestTypestateAttr(), handleTypeTagForDatatypeAttr(), and transferARCOwnershipToDeclaratorChunk().
SourceLocation clang::IdentifierLoc::Loc |
Definition at line 99 of file ParsedAttr.h.
Referenced by clang::Sema::checkStringLiteralArgumentAttr(), create(), handleAvailabilityAttr(), handleCallableWhenAttr(), handleCallbackAttr(), handleConsumableAttr(), handleCountedByAttr(), handleCPUSpecificAttr(), handleHLSLResourceBindingAttr(), handleObjCMethodFamilyAttr(), handleParamTypestateAttr(), handleReturnTypestateAttr(), handleSetTypestateAttr(), handleTestTypestateAttr(), and transferARCOwnershipToDeclaratorChunk().