Searched defs:TargetAttributesSema (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DTargetAttributesSema.h1 //===--- TargetAttributesSema.h - Semantic Analysis For Target Attributes -===//
19 class TargetAttributesSema { class in namespace:clang
21 virtual ~TargetAttributesSema();
H A DTargetAttributesSema.cpp1 //===-- 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 {
238 class X86AttributesSema : public TargetAttributesSema {
265 const TargetAttributesSema &Sema::getTargetAttributesSema() const {
279 return *(TheTargetAttributesSema = new TargetAttributesSema);
[all...]

Completed in 108 milliseconds