Home
last modified time | relevance | path

Searched refs:FromLC (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp647 const LocationContext *FromLC, in areAllObjectsFullyConstructed() argument
649 const LocationContext *LC = FromLC; in areAllObjectsFullyConstructed()
3034 const LocationContext *FromLC = Pred->getLocationContext(); in processEndOfFunction() local
3035 const LocationContext *ToLC = FromLC->getStackFrame()->getParent(); in processEndOfFunction()
3036 const LocationContext *LC = FromLC; in processEndOfFunction()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h1006 const LocationContext *FromLC,