reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
  486   const SymbolConjured* conjureSymbol(const Stmt *E,

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h
  184     return SymMgr.conjureSymbol(stmt, LCtx, type, visitCount, symbolTag);
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h
  496     return conjureSymbol(E, LCtx, E->getType(), VisitCount, SymbolTag);
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  876     Sym = SymMgr.conjureSymbol(CE, C.getLocationContext(),
 1189   auto Sym = SymMgr.conjureSymbol(CE, C.getLocationContext(),
 1232               SymMgr.conjureSymbol(CE, C.getLocationContext(),
 1582     const auto NewPosSym = SymMgr.conjureSymbol(nullptr, LCtx,
 1952   const SymbolConjured *Sym = SymMgr.conjureSymbol(E, LCtx, T, BlockCount,
 1975   const SymbolConjured *Sym = SymMgr.conjureSymbol(E, LCtx, T, BlockCount,
tools/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
   71           SymbolRef Sym = SymMgr.conjureSymbol(elem, LCtx, T,
tools/clang/lib/StaticAnalyzer/Core/SValBuilder.cpp
  164   SymbolRef sym = SymMgr.conjureSymbol(expr, LCtx, type, count, symbolTag);
  182   SymbolRef sym = SymMgr.conjureSymbol(stmt, LCtx, type, visitCount);
  200   SymbolRef sym = SymMgr.conjureSymbol(E, LCtx, T, VisitCount);