Searched refs:CalleeLC (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h764 bool replayWithoutInlining(ExplodedNode *P, const LocationContext *CalleeLC);
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1859 const LocationContext *CalleeLC) {
1860 const StackFrameContext *CalleeSF = CalleeLC->getStackFrame();
1971 const LocationContext *CalleeLC = Pred->getLocation().getLocationContext(); local
1972 const LocationContext *CalleeSF = CalleeLC->getStackFrame();
1983 replayWithoutInlining(Pred, CalleeLC)))
1858 replayWithoutInlining(ExplodedNode *N, const LocationContext *CalleeLC) argument
H A DBugReporter.cpp1132 const StackFrameContext *CalleeLC = CE->getCalleeContext(); local
1133 const Decl *D = CalleeLC->getDecl();
2044 const StackFrameContext *CalleeLC = local
2046 const Decl *D = CalleeLC->getDecl();

Completed in 101 milliseconds