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

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1144 const LocationContext *CalleeLC) {
1145 const StackFrameContext *CalleeSF = CalleeLC->getCurrentStackFrame();
1220 const LocationContext *CalleeLC = Pred->getLocation().getLocationContext(); local
1221 const LocationContext *CalleeSF = CalleeLC->getCurrentStackFrame();
1232 replayWithoutInlining(Pred, CalleeLC)))
1143 replayWithoutInlining(ExplodedNode *N, const LocationContext *CalleeLC) argument
H A DBugReporter.cpp1625 const StackFrameContext *CalleeLC = CE->getCalleeContext(); local
1626 const Decl *D = CalleeLC->getDecl();
1629 CalleeLC);
1837 const StackFrameContext *CalleeLC = PDB.LC->getCurrentStackFrame(); local
1838 const Decl *D = CalleeLC->getDecl();
1841 CalleeLC);

Completed in 69 milliseconds