Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DAttributes.cpp89 SyntaxUsed == AttributeCommonInfo::AS_C23) { in normalizeAttrScopeName()
106 SyntaxUsed == AttributeCommonInfo::AS_C23) && in normalizeAttrName()
136 SyntaxUsed == AttributeCommonInfo::AS_C23); in normalizeName()
/freebsd/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/contrib/llvm-project/clang/lib/Lex/
H A DPPMacroExpansion.cpp1917 : AttributeCommonInfo::Syntax::AS_C23; in ExpandBuiltinMacro()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4471 getLangOpts().CPlusPlus ? ParsedAttr::AS_CXX11 : ParsedAttr::AS_C23, in TryParseCXX11AttributeIdentifier()
4698 : AttributeCommonInfo::Syntax::AS_C23, in ParseCXX11AttributeArgs()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp4629 Syntax == AttributeCommonInfo::AS_C23; in CodeCompleteAttribute()
4644 Syntax == AttributeCommonInfo::AS_C23)) { in CodeCompleteAttribute()