Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DParsedAttrInfo.h153 virtual AttrHandling handleDeclAttribute(Sema &S, Decl *D, in handleDeclAttribute() function
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp6299 if (AL.getInfo().handleDeclAttribute(S, D, AL) != ParsedAttrInfo::NotHandled) in ProcessDeclAttribute()