Searched refs:mergeAlwaysInlineAttr (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 3587 AlwaysInlineAttr *Sema::mergeAlwaysInlineAttr(Decl *D, SourceRange Range, in mergeAlwaysInlineAttr() function in Sema 3679 if (AlwaysInlineAttr *Inline = S.mergeAlwaysInlineAttr( in handleAlwaysInlineAttr()
|
D | SemaDecl.cpp | 2283 NewAttr = S.mergeAlwaysInlineAttr(D, AA->getRange(), in mergeDeclAttribute()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 4237 AlwaysInlineAttr *Sema::mergeAlwaysInlineAttr(Decl *D, in mergeAlwaysInlineAttr() function in Sema 4380 S.mergeAlwaysInlineAttr(D, AL, AL.getAttrName())) in handleAlwaysInlineAttr()
|
D | SemaDecl.cpp | 2581 NewAttr = S.mergeAlwaysInlineAttr(D, *AA, in mergeDeclAttribute()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2193 AlwaysInlineAttr *mergeAlwaysInlineAttr(Decl *D, SourceRange Range,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3180 AlwaysInlineAttr *mergeAlwaysInlineAttr(Decl *D,
|