MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / IsStaticStorageClass

Function IsStaticStorageClass

InsightsHelpers.h:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

InsertCXXMethodDeclMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected