MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / isLocal

Function isLocal

lib/symboldatabase.h:375–377  ·  view source on GitHub ↗

* Is variable local. * @return true if local, false if not */

Source from the content-addressed store, hash-verified

373 * @return true if local, false if not
374 */
375 bool isLocal() const {
376 return (mAccess == AccessControl::Local) && !isExtern();
377 }
378
379 /**
380 * Is variable a member of a user-defined type.

Callers

nothing calls this directly

Calls 1

isExternFunction · 0.85

Tested by

no test coverage detected