Skip to content

SageInterface::getAllStatementsAtLine

Obtain all the queryed statement at line of a source file

Synopsis

Declared in <SageIII/sageInterface/sageInterface.h>

[[visibility]]
void
getAllStatementsAtLine(
    SgSourceFile* sourceFile,
    int line,
    SgStatementPtrList& returnList);

Created with MrDocs