Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DScopeInfo.cpp212 FunctionScopeInfo::WeakUseVector::reverse_iterator ThisUse = in markSafeWeakUse() local
214 if (ThisUse == Uses->second.rend()) in markSafeWeakUse()
217 ThisUse->markSafe(); in markSafeWeakUse()