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