Home
last modified time | relevance | path

Searched refs:FindGDMContext (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h675 void *FindGDMContext(void *index,
681 void *p = FindGDMContext(ProgramStateTrait<T>::GDMIndex(), in get_context()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DProgramState.cpp509 ProgramStateManager::FindGDMContext(void *K, in FindGDMContext() function in ProgramStateManager