Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/examples/Attribute/
H A DAttribute.cpp49 AttrHandling handleDeclAttribute(Sema &S, Decl *D, in handleDeclAttribute() function
/netbsd-src/external/apache2/llvm/dist/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp176 AttrHandling handleDeclAttribute(Sema &S, Decl *D, in handleDeclAttribute() function
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangPlugins.rst79 AttrHandling handleDeclAttribute(Sema &S, Decl *D,
95 * ``handleDeclAttribute``, which is the function that applies the attribute to
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedAttr.h122 virtual AttrHandling handleDeclAttribute(Sema &S, Decl *D, in handleDeclAttribute() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp7708 if (AL.getInfo().handleDeclAttribute(S, D, AL) != ParsedAttrInfo::NotHandled) in ProcessDeclAttribute()