Function CallTargetSet::getDeclarationsForExpression#
Defined in File CallGraph.h
Function Documentation#
-
void CallTargetSet::getDeclarationsForExpression(SgExpression *exp, ClassHierarchyWrapper *classHierarchy, Rose_STL_Container<SgFunctionDeclaration*> &calleeList, bool includePureVirtualFunc = false)#
Populates functionList with declarations of all functions that may get called. This is basically a wrapper around getPropertiesForExpression.