Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp2905 static void handleCleanupAttr(Sema &S, Decl *D, const AttributeList &Attr) { in handleCleanupAttr() function
4856 case AttributeList::AT_Cleanup: handleCleanupAttr (S, D, Attr); break; in ProcessInheritableDeclAttr()