Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp164 bool LookInScope = false; in getDestructorName() local
198 LookInScope = true; in getDestructorName()
230 LookInScope = true; in getDestructorName()
233 LookInScope = true; in getDestructorName()
247 } else if (Step == 1 && LookInScope && S) { in getDestructorName()