#include "clang/Analysis/Analyses/ThreadSafetyCommon.h"
Definition at line 149 of file ThreadSafetyCommon.h.
◆ CFGWalker()
clang::threadSafety::CFGWalker::CFGWalker |
( |
| ) |
|
|
default |
◆ getDecl()
const NamedDecl * clang::threadSafety::CFGWalker::getDecl |
( |
| ) |
const |
|
inline |
◆ getGraph() [1/2]
CFG * clang::threadSafety::CFGWalker::getGraph |
( |
| ) |
|
|
inline |
◆ getGraph() [2/2]
const CFG * clang::threadSafety::CFGWalker::getGraph |
( |
| ) |
const |
|
inline |
◆ getSortedGraph()
const PostOrderCFGView * clang::threadSafety::CFGWalker::getSortedGraph |
( |
| ) |
const |
|
inline |
◆ init()
◆ walk()
template<class Visitor>
void clang::threadSafety::CFGWalker::walk |
( |
Visitor & | V | ) |
|
|
inline |
The documentation for this class was generated from the following file: