Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DAttributes.cpp48 SyntaxUsed == AttributeCommonInfo::AS_C2x) { in normalizeAttrScopeName()
65 SyntaxUsed == AttributeCommonInfo::AS_C2x) && in normalizeAttrName()
91 SyntaxUsed == AttributeCommonInfo::AS_C2x); in normalizeName()
/external/llvm-project/clang/include/clang/Basic/
DAttributeCommonInfo.h33 AS_C2x, enumerator
156 bool isC2xAttribute() const { return SyntaxUsed == AS_C2x; } in isC2xAttribute()
/external/llvm-project/clang/lib/Parse/
DParseDeclCXX.cpp4087 LO.CPlusPlus ? ParsedAttr::AS_CXX11 : ParsedAttr::AS_C2x; in ParseCXX11AttributeArgs()
4257 getLangOpts().CPlusPlus ? ParsedAttr::AS_CXX11 : ParsedAttr::AS_C2x); in ParseCXX11AttributeSpecifier()