Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp275 bool checkRef(SourceLocation refLoc, SourceLocation declLoc) { in checkRef() argument
276 if (isInScope(declLoc)) { in checkRef()
278 declarationLoc = declLoc; in checkRef()