| 40 | //----------------------------------------------------------------------------- |
| 41 | |
| 42 | inline bool IsReferenceType(const ValueDecl* decl) |
| 43 | { |
| 44 | return decl and decl->getType()->isReferenceType(); |
| 45 | } |
| 46 | //----------------------------------------------------------------------------- |
| 47 | |
| 48 | inline bool IsReferenceType(const DeclRefExpr* decl) |