Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp2663 static void handleWeakAttr(Sema &S, Decl *D, const AttributeList &Attr) { in handleWeakAttr() function
4839 case AttributeList::AT_Weak: handleWeakAttr (S, D, Attr); break; in ProcessInheritableDeclAttr()