Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp276 bool checkRef(SourceLocation refLoc, SourceLocation declLoc) { in checkRef() argument
277 if (isInScope(declLoc)) { in checkRef()
279 declarationLoc = declLoc; in checkRef()