Home | History | Annotate | Download | only in Sema

Lines Matching refs:TargetAttributesSema

1 //===-- TargetAttributesSema.cpp - Encapsulate target attributes-*- C++ -*-===//
15 #include "TargetAttributesSema.h"
23 TargetAttributesSema::~TargetAttributesSema() {}
24 bool TargetAttributesSema::ProcessDeclAttribute(Scope *scope, Decl *D,
60 class MSP430AttributesSema : public TargetAttributesSema {
106 class MBlazeAttributesSema : public TargetAttributesSema {
234 class X86AttributesSema : public TargetAttributesSema {
260 const TargetAttributesSema &Sema::getTargetAttributesSema() const {
267 return *(TheTargetAttributesSema = new TargetAttributesSema);