Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DAttributes.cpp56 SyntaxUsed == AttributeCommonInfo::AS_C2x) { in normalizeAttrScopeName()
73 SyntaxUsed == AttributeCommonInfo::AS_C2x) && in normalizeAttrName()
103 SyntaxUsed == AttributeCommonInfo::AS_C2x); in normalizeName()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DAttributeCommonInfo.h33 AS_C2x, enumerator
175 bool isC2xAttribute() const { return SyntaxUsed == AS_C2x; } in isC2xAttribute()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDeclCXX.cpp4112 : ParsedAttr::AS_C2x, in TryParseCXX11AttributeIdentifier()
4270 LO.CPlusPlus ? ParsedAttr::AS_CXX11 : ParsedAttr::AS_C2x; in ParseCXX11AttributeArgs()
4283 : AttributeCommonInfo::Syntax::AS_C2x, in ParseCXX11AttributeArgs()
4469 getLangOpts().CPlusPlus ? ParsedAttr::AS_CXX11 : ParsedAttr::AS_C2x); in ParseCXX11AttributeSpecifierInternal()
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPMacroExpansion.cpp1776 : AttributeCommonInfo::Syntax::AS_C2x; in ExpandBuiltinMacro()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp4503 Syntax == AttributeCommonInfo::AS_C2x; in CodeCompleteAttribute()
4517 Syntax == AttributeCommonInfo::AS_C2x)) { in CodeCompleteAttribute()