Searched refs:TargetAttributesSema (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/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,
59 class ARMAttributesSema : public TargetAttributesSema {
106 class MSP430AttributesSema : public TargetAttributesSema {
253 class X86AttributesSema : public TargetAttributesSema {
316 class MipsAttributesSema : public TargetAttributesSema {
333 const TargetAttributesSema
[all...]
H A DSemaDeclAttr.cpp15 #include "TargetAttributesSema.h"
3890 // move to TargetAttributesSema one day.
4935 const TargetAttributesSema &TargetAttrs = S.getTargetAttributesSema();
/freebsd-10.3-release/lib/clang/libclangsema/
H A DMakefile52 TargetAttributesSema.cpp \
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h155 class TargetAttributesSema;
207 mutable const TargetAttributesSema* TheTargetAttributesSema;
875 const TargetAttributesSema &getTargetAttributesSema() const;

Completed in 89 milliseconds