Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDecl.cpp2056 static bool DeclHasAttr(const Decl *D, const Attr *A) { in DeclHasAttr() function
2241 else if (Attr->duplicatesAllowed() || !DeclHasAttr(D, Attr)) in mergeDeclAttribute()
2443 if (!DeclHasAttr(newDecl, I)) { in mergeParamDeclAttributes()