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

Method begin

StackList.h:101–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 };
100
101 constexpr StackListIterator begin() noexcept { return StackListIterator{*this}; }
102 constexpr TStackListEntry* end() noexcept { return mLast; }
103
104private:

Callers 7

CallConstructorFunction · 0.45
AddBodyStmtsMethod · 0.45
GetGlobalVtablePosFunction · 0.45
InsertArgMethod · 0.45
HandleTranslationUnitMethod · 0.45
removeTopMethod · 0.45
InsertCXXMethodDeclMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected