ROSE 0.11.145.321
SourceCode/Sarif.h
1#ifndef ROSE_SourceCode_Sarif_H
2#define ROSE_SourceCode_Sarif_H
3
4#include <RoseFirst.h>
5#include <Rose/Sarif.h>
6
7class SgLocatedNode;
8
9namespace Rose {
10namespace SourceCode {
12namespace Sarif {
13
14using namespace Rose::Sarif;
15
16LocationPtr locate(SgLocatedNode * node);
17
18}
19}
20}
21
22#endif /* ROSE_SourceCode_Sarif_H */
This class represents the notion of an expression or statement which has a position within the source...
Static analysis results interchange format.
Definition Sarif.h:53
The ROSE library.