Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp3905 static void handleGNUInlineAttr(Sema &S, Decl *D, const AttributeList &Attr) { in handleGNUInlineAttr() function
4746 case AttributeList::AT_GNUInline: handleGNUInlineAttr (S, D, Attr); break; in ProcessInheritableDeclAttr()