Home
last modified time | relevance | path

Searched refs:getBlockInvocationContext (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h187 getBlockInvocationContext(const LocationContext *ParentLC,
417 getBlockInvocationContext(AnalysisDeclContext *ADC,
/llvm-project-15.0.7/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp319 const BlockInvocationContext *AnalysisDeclContext::getBlockInvocationContext( in getBlockInvocationContext() function in AnalysisDeclContext
321 return getLocationContextManager().getBlockInvocationContext(this, ParentLC, in getBlockInvocationContext()
443 const BlockInvocationContext *LocationContextManager::getBlockInvocationContext( in getBlockInvocationContext() function in LocationContextManager
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp491 ParentOfCallee = BlockCtx->getBlockInvocationContext(CallerSFC, in inlineCall()