Home
last modified time | relevance | path

Searched refs:mergeCommonAttr (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp1990 if (CommonAttr *CA = S.mergeCommonAttr(D, AL)) in handleCommonAttr()
4252 CommonAttr *Sema::mergeCommonAttr(Decl *D, const ParsedAttr &AL) { in mergeCommonAttr() function in Sema
4259 CommonAttr *Sema::mergeCommonAttr(Decl *D, const CommonAttr &AL) { in mergeCommonAttr() function in Sema
DSemaDecl.cpp2598 NewAttr = S.mergeCommonAttr(D, *CommonA); in mergeDeclAttribute()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp1662 if (CommonAttr *CA = S.mergeCommonAttr(D, Attr.getRange(), Attr.getName(), in handleCommonAttr()
3603 CommonAttr *Sema::mergeCommonAttr(Decl *D, SourceRange Range, in mergeCommonAttr() function in Sema
DSemaDecl.cpp2296 NewAttr = S.mergeCommonAttr(D, CommonA->getRange(), in mergeDeclAttribute()
/external/llvm-project/clang/include/clang/Sema/
DSema.h3197 CommonAttr *mergeCommonAttr(Decl *D, const ParsedAttr &AL);
3198 CommonAttr *mergeCommonAttr(Decl *D, const CommonAttr &AL);
/external/clang/include/clang/Sema/
DSema.h2203 CommonAttr *mergeCommonAttr(Decl *D, SourceRange Range, IdentifierInfo *Ident,