Searched refs:handleSuppressAttr (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmtAttr.cpp | 55 static Attr *handleSuppressAttr(Sema &S, Stmt *St, const ParsedAttr &A, in handleSuppressAttr() function 660 return handleSuppressAttr(S, St, A, Range); in ProcessStmtAttribute()
|
H A D | SemaDeclAttr.cpp | 4759 static void handleSuppressAttr(Sema &S, Decl *D, const ParsedAttr &AL) { in handleSuppressAttr() function 6797 handleSuppressAttr(S, D, AL); in ProcessDeclAttribute()
|