Searched refs:mergeSectionAttr (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 2543 SectionAttr *Sema::mergeSectionAttr(Decl *D, SourceRange Range, in mergeSectionAttr() function in Sema 2586 SectionAttr *NewAttr = S.mergeSectionAttr(D, Attr.getRange(), Str, Index); in handleSectionAttr()
|
D | SemaDecl.cpp | 2219 NewAttr = S.mergeSectionAttr(D, SA->getRange(), SA->getName(), in mergeDeclAttribute()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2129 SectionAttr *mergeSectionAttr(Decl *D, SourceRange Range, StringRef Name,
|