|
clang
5.0.0
|
Wraps an identifier and optional source location for the identifier. More...
#include "clang/Sema/AttributeList.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 73 of file AttributeList.h.
|
static |
Definition at line 26 of file AttributeList.cpp.
References Ident, Loc, and clang::Result.
| IdentifierInfo* clang::IdentifierLoc::Ident |
Definition at line 75 of file AttributeList.h.
Referenced by clang::Sema::checkStringLiteralArgumentAttr(), create(), diagnoseBadTypeAttribute(), getCCTypeAttrKind(), handleArgumentWithTypeTagAttr(), handleAvailabilityAttr(), handleBlocksAttr(), handleCallableWhenAttr(), handleConsumableAttr(), handleEnumExtensibilityAttr(), HandleExtVectorTypeAttr(), handleFormatAttr(), handleLoopHintAttr(), handleModeAttr(), handleObjCBridgeAttr(), handleObjCBridgeMutableAttr(), handleObjCBridgeRelatedAttr(), handleObjCGCTypeAttr(), handleObjCMethodFamilyAttr(), handleObjCOwnershipTypeAttr(), handleOwnershipAttr(), handleParamTypestateAttr(), handleReturnTypestateAttr(), handleSetTypestateAttr(), handleTestTypestateAttr(), handleTypeTagForDatatypeAttr(), and transferARCOwnershipToDeclaratorChunk().
| SourceLocation clang::IdentifierLoc::Loc |
Definition at line 74 of file AttributeList.h.
Referenced by clang::Sema::checkStringLiteralArgumentAttr(), create(), fillAttributedTypeLoc(), handleAvailabilityAttr(), handleCallableWhenAttr(), handleConsumableAttr(), handleObjCMethodFamilyAttr(), handleParamTypestateAttr(), handleReturnTypestateAttr(), handleSetTypestateAttr(), handleTestTypestateAttr(), and transferARCOwnershipToDeclaratorChunk().
1.8.6