Searched defs:CalleeLC (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1217 const LocationContext *CalleeLC) {
1218 const StackFrameContext *CalleeSF = CalleeLC->getCurrentStackFrame();
1293 const LocationContext *CalleeLC = Pred->getLocation().getLocationContext(); local
1294 const LocationContext *CalleeSF = CalleeLC->getCurrentStackFrame();
1305 replayWithoutInlining(Pred, CalleeLC)))
1216 replayWithoutInlining(ExplodedNode *N, const LocationContext *CalleeLC) argument
H A DBugReporter.cpp1665 const StackFrameContext *CalleeLC = CE->getCalleeContext(); local
1666 const Decl *D = CalleeLC->getDecl();
1669 CalleeLC);
1883 const StackFrameContext *CalleeLC = PDB.LC->getCurrentStackFrame(); local
1884 const Decl *D = CalleeLC->getDecl();
1887 CalleeLC);

Completed in 175 milliseconds