Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp650 static bool isRelevantAttr(Sema &S, const Decl *D, const Attr *A) { in isRelevantAttr() function
711 if (!isRelevantAttr(*this, New, TmplAttr)) in InstantiateAttrsForDecl()
722 if (NewAttr && isRelevantAttr(*this, New, NewAttr)) in InstantiateAttrsForDecl()
747 if (!isRelevantAttr(*this, New, TmplAttr)) in InstantiateAttrs()
890 if (NewAttr && isRelevantAttr(*this, New, TmplAttr)) in InstantiateAttrs()