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