diff options
Diffstat (limited to 'clang/lib/AST/Decl.cpp')
| -rw-r--r-- | clang/lib/AST/Decl.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/clang/lib/AST/Decl.cpp b/clang/lib/AST/Decl.cpp index 5a64c67f9b8..272e49a7997 100644 --- a/clang/lib/AST/Decl.cpp +++ b/clang/lib/AST/Decl.cpp @@ -2361,14 +2361,6 @@ static DeclT *getDefinitionOrSelf(DeclT *D) { return D; } -bool VarDecl::isEscapingByref() const { - return hasAttr<BlocksAttr>() && NonParmVarDeclBits.EscapingByref; -} - -bool VarDecl::isNonEscapingByref() const { - return hasAttr<BlocksAttr>() && !NonParmVarDeclBits.EscapingByref; -} - VarDecl *VarDecl::getTemplateInstantiationPattern() const { // If it's a variable template specialization, find the template or partial // specialization from which it was instantiated. |

