CodeQL library for C/C++
codeql/cpp-all 4.3.1 (changelog, source)
Search

Member predicate GotoStmt::getName

Gets the name of the label this ‘goto’ statement refers to.

For example, for

goto someLabel;

the result is "someLabel".

string getName()