Searched refs:CalleeLC (Results 1 - 3 of 3) 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);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h573 bool replayWithoutInlining(ExplodedNode *P, const LocationContext *CalleeLC);

Completed in 1271 milliseconds