clang API Documentation
FactManager manages the memory for all facts that are created during the analysis of a single routine. More...
Public Member Functions | |
FactID | newFact (std::unique_ptr< FactEntry > Entry) |
const FactEntry & | operator[] (FactID F) const |
FactEntry & | operator[] (FactID F) |
FactManager manages the memory for all facts that are created during the analysis of a single routine.
Definition at line 136 of file ThreadSafety.cpp.
FactID clang::threadSafety::FactManager::newFact | ( | std::unique_ptr< FactEntry > | Entry | ) | [inline] |
Definition at line 141 of file ThreadSafety.cpp.
Referenced by clang::threadSafety::FactSet::addLock().
Definition at line 146 of file ThreadSafety.cpp.
Definition at line 147 of file ThreadSafety.cpp.