Home
last modified time | relevance | path

Searched defs:ParentLC (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h316 StackFrameContext(AnalysisDeclContext *ADC, const LocationContext *ParentLC, in StackFrameContext()
338 const LocationContext *ParentLC, const Stmt *S, in Profile()
362 const LocationContext *ParentLC, const BlockDecl *BD, in BlockInvocationContext()
376 const LocationContext *ParentLC, const BlockDecl *BD, in Profile()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp311 AnalysisDeclContext::getStackFrame(const LocationContext *ParentLC, in getStackFrame()
319 const LocationContext *ParentLC, const BlockDecl *BD, const void *Data) { in getBlockInvocationContext()
443 AnalysisDeclContext *ADC, const LocationContext *ParentLC, in getBlockInvocationContext()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp309 const LocationContext *ParentLC = LC->getParent(); in findTopAutosynthesizedParentContext() local