Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Basic/
DAttributes.cpp55 SyntaxUsed == AttributeCommonInfo::AS_C2x) { in normalizeAttrScopeName()
72 SyntaxUsed == AttributeCommonInfo::AS_C2x) && in normalizeAttrName()
102 SyntaxUsed == AttributeCommonInfo::AS_C2x); in normalizeName()
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DAttributeCommonInfo.h33 AS_C2x, enumerator
175 bool isC2xAttribute() const { return SyntaxUsed == AS_C2x; } in isC2xAttribute()
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseDeclCXX.cpp4204 : ParsedAttr::AS_C2x, in TryParseCXX11AttributeIdentifier()
4362 LO.CPlusPlus ? ParsedAttr::AS_CXX11 : ParsedAttr::AS_C2x; in ParseCXX11AttributeArgs()
4375 : AttributeCommonInfo::Syntax::AS_C2x, in ParseCXX11AttributeArgs()
4559 getLangOpts().CPlusPlus ? ParsedAttr::AS_CXX11 : ParsedAttr::AS_C2x); in ParseCXX11AttributeSpecifierInternal()
/openbsd/src/gnu/llvm/clang/lib/Lex/
DPPMacroExpansion.cpp1790 : AttributeCommonInfo::Syntax::AS_C2x; in ExpandBuiltinMacro()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaCodeComplete.cpp4539 Syntax == AttributeCommonInfo::AS_C2x; in CodeCompleteAttribute()
4553 Syntax == AttributeCommonInfo::AS_C2x)) { in CodeCompleteAttribute()