MCPcopy Create free account
hub / github.com/Samsung/UTopia / addNonStaticClassMethod

Method addNonStaticClassMethod

lib/rootdefanalysis/RDExtension.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void RDExtension::addNonStaticClassMethod(std::string FuncName) {
18
19 NonStaticCXXMethod.insert(FuncName);
20}
21
22bool RDExtension::isOutParam(const Argument &A) const {
23 if (!DirectionReport || !DirectionReport->has(A))

Callers 3

initializeRDAnalyzerMethod · 0.80
analyzeMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

analyzeMethod · 0.64
TEST_FFunction · 0.64