Home
last modified time | relevance | path

Searched refs:AS_Keyword (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h45 AS_Keyword, enumerator
103 : SyntaxUsed(AS_Keyword), SpellingIndex(SpellingNotCalculated), in Form()
118 return Form(AS_Keyword, SpellingNotCalculated, IsAlignas, in Keyword()
222 return SyntaxUsed == AS_Keyword || SyntaxUsed == AS_ContextSensitiveKeyword; in isKeywordAttribute()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp132 SyntaxUsed = AttributeCommonInfo::AS_Keyword; in get()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3142 Syntax == AttributeCommonInfo::AS_Keyword && in readAttr()