Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclAttr.cpp3943 static void handleRegparmAttr(Sema &S, Decl *D, const AttributeList &Attr) { in handleRegparmAttr() function
4786 case AttributeList::AT_Regparm: handleRegparmAttr (S, D, Attr); break; in ProcessDeclAttribute()