Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp885 AllocationInfo AllocI = in deriveAllocLocation() local
888 AllocNode = AllocI.N; in deriveAllocLocation()
889 AllocFirstBinding = AllocI.R; in deriveAllocLocation()
890 markInteresting(AllocI.InterestingMethodContext); in deriveAllocLocation()