Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclAttr.cpp2561 static void handleSentinelAttr(Sema &S, Decl *D, const AttributeList &Attr) { in handleSentinelAttr() function
4780 case AttributeList::AT_Sentinel: handleSentinelAttr (S, D, Attr); break; in ProcessDeclAttribute()