Home | History | Annotate | Download | only in Sema

Lines Matching defs: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 {
244 class X86AttributesSema : public TargetAttributesSema {
305 class MipsAttributesSema : public TargetAttributesSema {
322 const TargetAttributesSema &Sema::getTargetAttributesSema() const {
339 return *(TheTargetAttributesSema = new TargetAttributesSema);