Searched refs:mergeCodeSegAttr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 3048 CodeSegAttr *Sema::mergeCodeSegAttr(Decl *D, SourceRange Range, in mergeCodeSegAttr() function in Sema 3086 if (CodeSegAttr *CSA = S.mergeCodeSegAttr(D, AL.getRange(), Str, in handleCodeSegAttr()
|
| H A D | SemaDecl.cpp | 2457 NewAttr = S.mergeCodeSegAttr(D, CSA->getRange(), CSA->getName(), in mergeDeclAttribute()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 2491 CodeSegAttr *mergeCodeSegAttr(Decl *D, SourceRange Range, StringRef Name,
|