Home
last modified time | relevance | path

Searched refs:InheritableAttr (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Basic/
DAttr.td314 class InheritableAttr : Attr;
317 /// with InheritableAttr or Attr depending on the attribute's needs.
338 class InheritableParamAttr : InheritableAttr;
366 def Aligned : InheritableAttr {
397 def AlignMac68k : InheritableAttr {
404 def AlwaysInline : InheritableAttr {
410 def TLSModel : InheritableAttr {
417 def AnalyzerNoReturn : InheritableAttr {
428 def ARMInterrupt : InheritableAttr, TargetSpecificAttr<TargetARM> {
441 def AsmLabel : InheritableAttr {
[all …]
/external/clang/include/clang/AST/
DAttr.h121 class InheritableAttr : public Attr {
123 InheritableAttr(attr::Kind AK, SourceRange R, unsigned SpellingListIndex, in InheritableAttr() function
136 class InheritableParamAttr : public InheritableAttr {
140 : InheritableAttr(AK, R, SpellingListIndex, IsLateParsed, in InheritableParamAttr()
/external/clang/include/clang/Sema/
DSemaInternal.h92 inline InheritableAttr *getDLLAttr(Decl *D) { in getDLLAttr()
/external/clang/lib/Sema/
DSemaDecl.cpp2192 const InheritableAttr *Attr, in mergeDeclAttribute()
2194 InheritableAttr *NewAttr = nullptr; in mergeDeclAttribute()
2251 NewAttr = cast<InheritableAttr>(Attr->clone(S.Context)); in mergeDeclAttribute()
2409 for (auto *I : Old->specific_attrs<InheritableAttr>()) { in mergeDeclAttributes()
2475 InheritableAttr *newAttr = in mergeParamDeclAttributes()
5439 if (const InheritableAttr *Attr = getDLLAttr(&ND)) { in checkAttributesAfterMerging()
10158 auto *NewAttr = cast<InheritableAttr>(A->clone(getASTContext())); in FinalizeDeclaration()
10166 const InheritableAttr *DLLAttr = getDLLAttr(VD); in FinalizeDeclaration()
DSemaDeclCXX.cpp4734 auto *A = cast<InheritableAttr>(TemplateAttr->clone(getASTContext())); in checkClassLevelDLLAttribute()
4756 InheritableAttr *MemberAttr = getDLLAttr(Member); in checkClassLevelDLLAttribute()
4822 cast<InheritableAttr>(ClassAttr->clone(getASTContext())); in checkClassLevelDLLAttribute()
4850 auto *NewAttr = cast<InheritableAttr>(ClassAttr->clone(getASTContext())); in propagateDLLAttrToBaseClassTemplate()
12807 if (const InheritableAttr *DLLAttr = getDLLAttr(Fn)) { in SetDeclDeleted()
DSemaTemplate.cpp7455 auto *A = cast<InheritableAttr>( in ActOnExplicitInstantiation()
/external/clang/docs/
DInternalsManual.rst1670 ``InheritableAttr`` type, which specifies that the attribute can be inherited by
1672 ``InheritableParamAttr`` is similar to ``InheritableAttr``, except that the