Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp2887 static void handleFormatAttr(Sema &S, Decl *D, const AttributeList &Attr) { in handleFormatAttr() function
4289 case AttributeList::AT_Format: handleFormatAttr (S, D, Attr); break; in ProcessInheritableDeclAttr()