Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclAttr.cpp3628 static void handleNoInlineAttr(Sema &S, Decl *D, const AttributeList &Attr) { in handleNoInlineAttr() function
4785 case AttributeList::AT_NoInline: handleNoInlineAttr (S, D, Attr); break; in ProcessDeclAttribute()