Module Location
Provides classes and predicates for locations in the source code.
Import path
import semmle.code.cpp.Location
Imports
Classes
Locatable |
A C/C++ element that has a location in a file |
Location |
A location of a C/C++ artifact. |
UnknownDefaultLocation |
A dummy location which is used when something doesn’t have a location in the source code but needs to have a |
UnknownExprLocation |
A dummy location which is used when an expression doesn’t have a location in the source code but needs to have a |
UnknownLocation |
A dummy location which is used when something doesn’t have a location in the source code but needs to have a |
UnknownStmtLocation |
A dummy location which is used when a statement doesn’t have a location in the source code but needs to have a |