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.cpp646 const LocationContext *FromLC, in areAllObjectsFullyConstructed() argument
648 const LocationContext *LC = FromLC; in areAllObjectsFullyConstructed()
2927 const LocationContext *FromLC = Pred->getLocationContext(); in processEndOfFunction() local
2928 const LocationContext *ToLC = FromLC->getStackFrame()->getParent(); in processEndOfFunction()
2929 const LocationContext *LC = FromLC; in processEndOfFunction()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h993 const LocationContext *FromLC,