HomeSort by relevance Sort by last modified time
    Searched defs:TargetAttributesSema (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
TargetAttributesSema.h 1 //===--- TargetAttributesSema.h - Semantic Analysis For Target Attributes -===//
19 class TargetAttributesSema {
21 virtual ~TargetAttributesSema();
TargetAttributesSema.cpp 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
    [all...]

Completed in 439 milliseconds