AS_C23 enum value | clang::AttributeCommonInfo | |
AS_ContextSensitiveKeyword enum value | clang::AttributeCommonInfo | |
AS_CXX11 enum value | clang::AttributeCommonInfo | |
AS_Declspec enum value | clang::AttributeCommonInfo | |
AS_GNU enum value | clang::AttributeCommonInfo | |
AS_HLSLAnnotation enum value | clang::AttributeCommonInfo | |
AS_Implicit enum value | clang::AttributeCommonInfo | |
AS_Keyword enum value | clang::AttributeCommonInfo | |
AS_Microsoft enum value | clang::AttributeCommonInfo | |
AS_Pragma enum value | clang::AttributeCommonInfo | |
AttrArgsInfo enum name | clang::AttributeCommonInfo | |
AttributeCommonInfo(const IdentifierInfo *AttrName, AttributeScopeInfo AttrScope, SourceRange AttrRange, Kind AttrKind, Form FormUsed) | clang::AttributeCommonInfo | inline |
AttributeCommonInfo(const IdentifierInfo *AttrName, AttributeScopeInfo Scope, SourceRange AttrRange, Form FormUsed) | clang::AttributeCommonInfo | inline |
AttributeCommonInfo(const IdentifierInfo *AttrName, SourceRange AttrRange, Form FormUsed) | clang::AttributeCommonInfo | inline |
AttributeCommonInfo(SourceRange AttrRange, Kind K, Form FormUsed) | clang::AttributeCommonInfo | inline |
AttributeCommonInfo(SourceRange AttrRange, AttributeScopeInfo AttrScope, Kind K, Form FormUsed) | clang::AttributeCommonInfo | inline |
AttributeCommonInfo(AttributeCommonInfo &&)=default | clang::AttributeCommonInfo | |
AttributeCommonInfo(const AttributeCommonInfo &)=default | clang::AttributeCommonInfo | |
clang::ASTRecordWriter class | clang::AttributeCommonInfo | friend |
getAttributeSpellingListIndex() const | clang::AttributeCommonInfo | inline |
getAttrName() const | clang::AttributeCommonInfo | inline |
getCXX11AttrArgsInfo(const IdentifierInfo *Name) | clang::AttributeCommonInfo | static |
getForm() const | clang::AttributeCommonInfo | inline |
getLoc() const | clang::AttributeCommonInfo | inline |
getNormalizedAttrName(StringRef ScopeName) const | clang::AttributeCommonInfo | |
getNormalizedFullName() const | clang::AttributeCommonInfo | |
getNormalizedFullName(StringRef ScopeName, StringRef AttrName) const | clang::AttributeCommonInfo | |
getNormalizedRange() const | clang::AttributeCommonInfo | |
getNormalizedScopeName() const | clang::AttributeCommonInfo | |
getParsedKind() const | clang::AttributeCommonInfo | inline |
getParsedKind(const IdentifierInfo *Name, const IdentifierInfo *Scope, Syntax SyntaxUsed) | clang::AttributeCommonInfo | static |
getRange() const | clang::AttributeCommonInfo | inline |
getScopeLoc() const | clang::AttributeCommonInfo | inline |
getScopeName() const | clang::AttributeCommonInfo | inline |
getSyntax() const | clang::AttributeCommonInfo | inline |
hasScope() const | clang::AttributeCommonInfo | inline |
IgnoredAttribute enum value | clang::AttributeCommonInfo | |
isAlignas() const | clang::AttributeCommonInfo | inline |
isAttributeSpellingListCalculated() const | clang::AttributeCommonInfo | inlineprotected |
isC23Attribute() const | clang::AttributeCommonInfo | inline |
isClangScope() const | clang::AttributeCommonInfo | |
isContextSensitiveKeywordAttribute() const | clang::AttributeCommonInfo | inline |
isCXX11Attribute() const | clang::AttributeCommonInfo | inline |
isDeclspecAttribute() const | clang::AttributeCommonInfo | inline |
isExplicitScope() const | clang::AttributeCommonInfo | inline |
isGNUAttribute() const | clang::AttributeCommonInfo | inline |
isGNUScope() const | clang::AttributeCommonInfo | |
isKeywordAttribute() const | clang::AttributeCommonInfo | inline |
isMicrosoftAttribute() const | clang::AttributeCommonInfo | inline |
isRegularKeywordAttribute() const | clang::AttributeCommonInfo | inline |
isStandardAttributeSyntax() const | clang::AttributeCommonInfo | inline |
Kind enum name | clang::AttributeCommonInfo | |
NoSemaHandlerAttribute enum value | clang::AttributeCommonInfo | |
Scope enum name | clang::AttributeCommonInfo | |
setAttributeSpellingListIndex(unsigned V) | clang::AttributeCommonInfo | inline |
setAttrName(const IdentifierInfo *AttrNameII) | clang::AttributeCommonInfo | inline |
setRange(SourceRange R) | clang::AttributeCommonInfo | inline |
SpellingNotCalculated | clang::AttributeCommonInfo | protectedstatic |
Syntax enum name | clang::AttributeCommonInfo | |
tryGetCorrectedAttrName(StringRef ScopeName, StringRef AttrName, const TargetInfo &Target, const LangOptions &LangOpts) const | clang::AttributeCommonInfo | |
tryGetCorrectedScopeName(StringRef ScopeName) const | clang::AttributeCommonInfo | |
UnknownAttribute enum value | clang::AttributeCommonInfo | |