Searched refs:ProcessDeclAttribute (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DTargetAttributesSema.h22 virtual bool ProcessDeclAttribute(Scope *scope, Decl *D,
H A DTargetAttributesSema.cpp24 bool TargetAttributesSema::ProcessDeclAttribute(Scope *scope, Decl *D, function in class:TargetAttributesSema
63 bool ProcessDeclAttribute(Scope *scope, Decl *D, function in class:__anon3806::MSP430AttributesSema
109 bool ProcessDeclAttribute(Scope *scope, Decl *D, const AttributeList &Attr, function in class:__anon3807::MBlazeAttributesSema
241 bool ProcessDeclAttribute(Scope *scope, Decl *D, function in class:__anon3808::X86AttributesSema
H A DSemaDeclAttr.cpp4503 if (!TargetAttrs.ProcessDeclAttribute(scope, D, Attr, S))
4511 /// ProcessDeclAttribute - Apply the specific attribute to the specified decl if
4515 static void ProcessDeclAttribute(Sema &S, Scope *scope, Decl *D, function
4541 ProcessDeclAttribute(*this, S, D, *l, NonInheritable, Inheritable);

Completed in 517 milliseconds