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