Home
last modified time | relevance | path

Searched refs:isGNUScope (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/Basic/
DAttributes.cpp76 bool AttributeCommonInfo::isGNUScope() const { in isGNUScope() function in AttributeCommonInfo
/external/llvm-project/clang/include/clang/Basic/
DAttributeCommonInfo.h145 bool isGNUScope() const;
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp8089 if (attr.isGNUScope()) { in processTypeAttrs()
DSemaDeclAttr.cpp7040 if (!S.getLangOpts().CPlusPlus14 && AL.isCXX11Attribute() && !AL.isGNUScope()) in handleDeprecatedAttr()