Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp1708 static void handleNoCommonAttr(Sema &S, Decl *D, const AttributeList &Attr) { in handleNoCommonAttr() function
4753 case AttributeList::AT_NoCommon: handleNoCommonAttr (S, D, Attr); break; in ProcessInheritableDeclAttr()