MCPcopy Create free account
hub / github.com/csyonghe/Spire / ParseDecl

Function ParseDecl

Source/SpireCore/Parser.cpp:950–956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948 }
949
950 static RefPtr<Decl> ParseDecl(
951 Parser* parser,
952 ContainerDecl* containerDecl)
953 {
954 Modifiers modifiers = ParseModifiers(parser);
955 return ParseDeclWithModifiers(parser, containerDecl, modifiers);
956 }
957
958 // Parse a body consisting of declarations
959 static void ParseDeclBody(

Callers 2

ParseDeclBodyFunction · 0.85

Calls 2

ParseModifiersFunction · 0.85
ParseDeclWithModifiersFunction · 0.85

Tested by

no test coverage detected