clang: clang::ThreadFlow Class Reference (original) (raw)

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](Sarif%5F8h%5Fsource.html)"

Public Member Functions
ThreadFlow setRange (const CharSourceRange &ItemRange)
ThreadFlow setImportance (const ThreadFlowImportance &ItemImportance)
ThreadFlow setMessage (llvm::StringRef ItemMessage)

Detailed Description

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:

  1. threadFlow object
  2. codeFlow object

Definition at line 175 of file Sarif.h.

Member Function Documentation

create()

static ThreadFlow clang::ThreadFlow::create ( ) inlinestatic

setImportance()

setMessage()

ThreadFlow clang::ThreadFlow::setMessage ( llvm::StringRef ItemMessage) inline

setRange()

SarifDocumentWriter


The documentation for this class was generated from the following file: