Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h187 getBlockInvocationContext(const LocationContext *ParentLC,
417 getBlockInvocationContext(AnalysisDeclContext *ADC,
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp318 const BlockInvocationContext *AnalysisDeclContext::getBlockInvocationContext( in getBlockInvocationContext() function in AnalysisDeclContext
320 return getLocationContextManager().getBlockInvocationContext(this, ParentLC, in getBlockInvocationContext()
442 const BlockInvocationContext *LocationContextManager::getBlockInvocationContext( in getBlockInvocationContext() function in LocationContextManager
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp543 ParentOfCallee = BlockCtx->getBlockInvocationContext(CallerSFC, in inlineCall()