Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaDecl.cpp2395 static bool DeclHasAttr(const Decl *D, const Attr *A) { in DeclHasAttr() function
2599 else if (Attr->shouldInheritEvenIfAlreadyPresent() || !DeclHasAttr(D, Attr)) in mergeDeclAttribute()
2964 if (!DeclHasAttr(newDecl, I)) { in mergeParamDeclAttributes()