Home
last modified time | relevance | path

Searched refs:TargetAttributesSema (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Sema/
DTargetAttributesSema.cpp23 TargetAttributesSema::~TargetAttributesSema() {} in ~TargetAttributesSema()
24 bool TargetAttributesSema::ProcessDeclAttribute(Scope *scope, Decl *D, in ProcessDeclAttribute()
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 { in getTargetAttributesSema()
339 return *(TheTargetAttributesSema = new TargetAttributesSema); in getTargetAttributesSema()
DTargetAttributesSema.h19 class TargetAttributesSema {
21 virtual ~TargetAttributesSema();
DCMakeLists.txt52 TargetAttributesSema.cpp
DAndroid.mk70 TargetAttributesSema.cpp
DSemaDeclAttr.cpp4976 const TargetAttributesSema &TargetAttrs = S.getTargetAttributesSema(); in ProcessInheritableDeclAttr()
/external/clang/include/clang/Sema/
DSema.h147 class TargetAttributesSema; variable
195 mutable const TargetAttributesSema* TheTargetAttributesSema;
822 const TargetAttributesSema &getTargetAttributesSema() const;