Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h122 virtual AttrHandling handleDeclAttribute(Sema &S, Decl *D, in handleDeclAttribute() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp7830 if (AL.getInfo().handleDeclAttribute(S, D, AL) != ParsedAttrInfo::NotHandled) in ProcessDeclAttribute()