Home
last modified time | relevance | path

Searched refs:TargetAttributesSema (Results 1 – 7 of 7) 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 {
234 class X86AttributesSema : public TargetAttributesSema {
260 const TargetAttributesSema &Sema::getTargetAttributesSema() const { in getTargetAttributesSema()
267 return *(TheTargetAttributesSema = new TargetAttributesSema); in getTargetAttributesSema()
DTargetAttributesSema.h19 class TargetAttributesSema {
21 virtual ~TargetAttributesSema();
DCMakeLists.txt39 TargetAttributesSema.cpp
DAndroid.mk55 TargetAttributesSema.cpp
DSemaDeclAttr.cpp3046 const TargetAttributesSema &TargetAttrs = S.getTargetAttributesSema(); in ProcessInheritableDeclAttr()
/external/clang/clang.xcodeproj/
Dproject.pbxproj492TargetAttributesSema.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcec…
557TargetAttributesSema.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourc…
1359 BF9FEDFE1225E6DD003A8B71 /* TargetAttributesSema.cpp */,
1393 BF89C3E5115958A1001C2D68 /* TargetAttributesSema.h */,
/external/clang/include/clang/Sema/
DSema.h130 class TargetAttributesSema; variable
173 mutable const TargetAttributesSema* TheTargetAttributesSema;
690 const TargetAttributesSema &getTargetAttributesSema() const;