| 34 | //----------------------------------------------------------------------------- |
| 35 | |
| 36 | inline bool IsStaticStorageClass(const CXXMethodDecl* md) |
| 37 | { |
| 38 | return SC_Static == md->getStorageClass(); |
| 39 | } |
| 40 | //----------------------------------------------------------------------------- |
| 41 | |
| 42 | inline bool IsReferenceType(const ValueDecl* decl) |
no outgoing calls
no test coverage detected