Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/examples/Attribute/
H A DAttribute.cpp49 AttrHandling handleDeclAttribute(Sema &S, Decl *D, in handleDeclAttribute() function
/openbsd/gnu/llvm/clang/examples/CallSuperAttribute/
H A DCallSuperAttrInfo.cpp178 AttrHandling handleDeclAttribute(Sema &S, Decl *D, in handleDeclAttribute() function
/openbsd/gnu/llvm/clang/docs/
H A DClangPlugins.rst79 AttrHandling handleDeclAttribute(Sema &S, Decl *D,
95 * ``handleDeclAttribute``, which is the function that applies the attribute to
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DParsedAttr.h146 virtual AttrHandling handleDeclAttribute(Sema &S, Decl *D, in handleDeclAttribute() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaDeclAttr.cpp8620 if (AL.getInfo().handleDeclAttribute(S, D, AL) != ParsedAttrInfo::NotHandled) in ProcessDeclAttribute()