Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DAttributeCommonInfo.h183 bool isGNUAttribute() const { return SyntaxUsed == AS_GNU; } in isGNUAttribute() function
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseObjc.cpp69 if (Attr.isGNUAttribute()) in ParseObjCAtDirectives()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp3164 if ((!AL.isGNUAttribute() && in handleWarnUnusedResult()