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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 2580       ProgramStateRef state = I->getState();
 2581       const LocationContext *LCtx = I->getLocationContext();
 2592         Bldr.generateNode(M, I, state);
 2615             dyn_cast<ImplicitCastExpr>(I->getParentMap().getParentIgnoreParens(M));
 2628         Bldr.generateNode(M, I, state->BindExpr(M, LCtx, L), nullptr,
 2631         Bldr.takeNodes(I);
 2632         evalLoad(Tmp, M, M, I, state, L);