Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclAttr.cpp3720 static void handleNoDebugAttr(Sema &S, Decl *D, const AttributeList &Attr) { in handleNoDebugAttr() function
4857 case AttributeList::AT_NoDebug: handleNoDebugAttr (S, D, Attr); break; in ProcessInheritableDeclAttr()