Home
last modified time | relevance | path

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

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