clang 20.0.0git
|
A thread flow is a sequence of code locations that specify a possible path through a single thread of execution. More...
#include "clang/Basic/Sarif.h"
Public Member Functions | |
ThreadFlow | setRange (const CharSourceRange &ItemRange) |
ThreadFlow | setImportance (const ThreadFlowImportance &ItemImportance) |
ThreadFlow | setMessage (llvm::StringRef ItemMessage) |
Static Public Member Functions | |
static ThreadFlow | create () |
Friends | |
class | SarifDocumentWriter |
A thread flow is a sequence of code locations that specify a possible path through a single thread of execution.
A thread flow in SARIF is related to a code flow which describes the progress of one or more programs through one or more thread flows.
Reference:
|
inlinestatic |
Definition at line 185 of file Sarif.h.
Referenced by createThreadFlows().
|
inline |
Definition at line 194 of file Sarif.h.
Referenced by createThreadFlows().
|
inline |
Definition at line 199 of file Sarif.h.
Referenced by createThreadFlows().
|
inline |
Definition at line 187 of file Sarif.h.
References clang::CharSourceRange::isCharRange(), and Range.
Referenced by createThreadFlows().
|
friend |