Searched refs:ProcessDeclAttribute (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | TargetAttributesSema.cpp | 24 bool TargetAttributesSema::ProcessDeclAttribute(Scope *scope, Decl *D, in ProcessDeclAttribute() function in TargetAttributesSema 63 bool ProcessDeclAttribute(Scope *scope, Decl *D, in ProcessDeclAttribute() function in __anonfefd4e2b0111::MSP430AttributesSema 109 bool ProcessDeclAttribute(Scope *scope, Decl *D, const AttributeList &Attr, in ProcessDeclAttribute() function in __anonfefd4e2b0211::MBlazeAttributesSema 247 bool ProcessDeclAttribute(Scope *scope, Decl *D, in ProcessDeclAttribute() function in __anonfefd4e2b0311::X86AttributesSema 308 bool ProcessDeclAttribute(Scope *scope, Decl *D, const AttributeList &Attr, in ProcessDeclAttribute() function in __anonfefd4e2b0411::MipsAttributesSema
|
D | TargetAttributesSema.h | 22 virtual bool ProcessDeclAttribute(Scope *scope, Decl *D,
|
D | SemaDeclAttr.cpp | 4977 if (!TargetAttrs.ProcessDeclAttribute(scope, D, Attr, S)) in ProcessInheritableDeclAttr() 4988 static void ProcessDeclAttribute(Sema &S, Scope *scope, Decl *D, in ProcessDeclAttribute() function 5014 ProcessDeclAttribute(*this, S, D, *l, NonInheritable, Inheritable, in ProcessDeclAttributeList()
|