Searched refs:getBlockInvocationContext (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 323 AnalysisDeclContext::getBlockInvocationContext(const LocationContext *parent, in getBlockInvocationContext() function in AnalysisDeclContext 326 return getLocationContextManager().getBlockInvocationContext(this, parent, in getBlockInvocationContext() 425 LocationContextManager::getBlockInvocationContext(AnalysisDeclContext *ctx, in getBlockInvocationContext() function in LocationContextManager
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Analysis/ |
D | AnalysisDeclContext.h | 187 getBlockInvocationContext(const LocationContext *ParentLC, 417 getBlockInvocationContext(AnalysisDeclContext *ADC,
|
/aosp_15_r20/external/clang/include/clang/Analysis/ |
H A D | AnalysisContext.h | 189 getBlockInvocationContext(const LocationContext *parent, 394 getBlockInvocationContext(AnalysisDeclContext *ctx,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Analysis/ |
D | AnalysisDeclContext.h | 187 getBlockInvocationContext(const LocationContext *ParentLC, 417 getBlockInvocationContext(AnalysisDeclContext *ADC,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Analysis/ |
D | AnalysisDeclContext.h | 187 getBlockInvocationContext(const LocationContext *ParentLC, 417 getBlockInvocationContext(AnalysisDeclContext *ADC,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Analysis/ |
D | AnalysisDeclContext.h | 187 getBlockInvocationContext(const LocationContext *ParentLC, 417 getBlockInvocationContext(AnalysisDeclContext *ADC,
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 417 ParentOfCallee = BlockCtx->getBlockInvocationContext(CallerSFC, in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|