MCPcopy Create free account
hub / github.com/avast/retdec / getDeclaration

Method getDeclaration

src/ctypes/function.cpp:239–242  ·  view source on GitHub ↗

* @brief Returns function declaration. */

Source from the content-addressed store, hash-verified

237* @brief Returns function declaration.
238*/
239FunctionDeclaration Function::getDeclaration() const
240{
241 return declaration;
242}
243
244/**
245* @brief Sets header file of function.

Callers 7

getLlvmFunctionTypeMethod · 0.80
getPairFunctionMethod · 0.80
collectExtraDataMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64