Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttributeCommonInfo.h219 bool isGNUAttribute() const { return SyntaxUsed == AS_GNU; } in isGNUAttribute() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp71 if (Attr.isGNUAttribute()) in ParseObjCAtDirectives()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2734 if ((!AL.isGNUAttribute() && in handleWarnUnusedResult()