HomeSort by relevance Sort by last modified time
    Searched refs:TargetAttributesSema (Results 1 - 5 of 5) 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 {
234 class X86AttributesSema : public TargetAttributesSema {
260 const TargetAttributesSema &Sema::getTargetAttributesSema() const {
267 return *(TheTargetAttributesSema = new TargetAttributesSema);
    [all...]
Android.mk 55 TargetAttributesSema.cpp
SemaDeclAttr.cpp 15 #include "TargetAttributesSema.h"
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 130 class TargetAttributesSema;
173 mutable const TargetAttributesSema* TheTargetAttributesSema;
690 const TargetAttributesSema &getTargetAttributesSema() const;
    [all...]

Completed in 274 milliseconds