Searched refs:mergeSectionAttr (Results 1 – 3 of 3) sorted by relevance
/minix/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 2319 SectionAttr *Sema::mergeSectionAttr(Decl *D, SourceRange Range, in mergeSectionAttr() function in Sema 2350 SectionAttr *NewAttr = S.mergeSectionAttr(D, Attr.getRange(), Str, Index); in handleSectionAttr()
|
H A D | SemaDecl.cpp | 2151 NewAttr = S.mergeSectionAttr(D, SA->getRange(), SA->getName(), in mergeDeclAttribute()
|
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 2009 SectionAttr *mergeSectionAttr(Decl *D, SourceRange Range, StringRef Name,
|