Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp3357 static void handleAnnotateAttr(Sema &S, Decl *D, const AttributeList &Attr) { in handleAnnotateAttr() function
4722 case AttributeList::AT_Annotate: handleAnnotateAttr (S, D, Attr); break; in ProcessInheritableDeclAttr()
5034 handleAnnotateAttr(*this, ASDecl, *l); in ProcessAccessDeclAttributeList()