Home
last modified time | relevance | path

Searched refs:AS_C23 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h40 AS_C23, enumerator
125 static Form C23() { return AS_C23; } in C23()
229 bool isC23Attribute() const { return SyntaxUsed == AS_C23; } in isC23Attribute()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp111 SyntaxUsed == AttributeCommonInfo::AS_C23) in normalizeAttrScopeName()
133 SyntaxUsed == AttributeCommonInfo::AS_C23) && in normalizeAttrName()
172 SyntaxUsed == AttributeCommonInfo::AS_C23); in normalizeName()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1870 : AttributeCommonInfo::Syntax::AS_C23; in ExpandBuiltinMacro()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4317 getLangOpts().CPlusPlus ? ParsedAttr::AS_CXX11 : ParsedAttr::AS_C23, in TryParseCXX11AttributeIdentifier()
4527 : AttributeCommonInfo::Syntax::AS_C23, in ParseCXX11AttributeArgs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4791 Syntax == AttributeCommonInfo::AS_C23; in CodeCompleteAttribute()
4806 Syntax == AttributeCommonInfo::AS_C23)) { in CodeCompleteAttribute()