clang API Documentation
#include <TargetAttributesSema.h>
Public Member Functions | |
| virtual | ~TargetAttributesSema () |
| virtual bool | ProcessDeclAttribute (Scope *scope, Decl *D, const AttributeList &Attr, Sema &S) const |
Definition at line 19 of file TargetAttributesSema.h.
| TargetAttributesSema::~TargetAttributesSema | ( | ) | [virtual] |
Definition at line 23 of file TargetAttributesSema.cpp.
| bool TargetAttributesSema::ProcessDeclAttribute | ( | Scope * | scope, |
| Decl * | D, | ||
| const AttributeList & | Attr, | ||
| Sema & | S | ||
| ) | const [virtual] |
Definition at line 24 of file TargetAttributesSema.cpp.
Referenced by ProcessInheritableDeclAttr().