Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp85 SyntaxUsed == AttributeCommonInfo::AS_C23) { in normalizeAttrScopeName()
102 SyntaxUsed == AttributeCommonInfo::AS_C23) && in normalizeAttrName()
132 SyntaxUsed == AttributeCommonInfo::AS_C23); in normalizeName()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h36 AS_C23, enumerator
114 static Form C23() { return AS_C23; } in C23()
202 bool isC23Attribute() const { return SyntaxUsed == AS_C23; } in isC23Attribute()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1790 : AttributeCommonInfo::Syntax::AS_C23; in ExpandBuiltinMacro()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4268 : ParsedAttr::AS_C23, in TryParseCXX11AttributeIdentifier()
4439 : AttributeCommonInfo::Syntax::AS_C23, in ParseCXX11AttributeArgs()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4620 Syntax == AttributeCommonInfo::AS_C23; in CodeCompleteAttribute()
4634 Syntax == AttributeCommonInfo::AS_C23)) { in CodeCompleteAttribute()