Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp268 auto LookupInNestedNameSpec = [&](CXXScopeSpec &LookupSS) -> ParsedType { in getDestructorName() argument
272 IsDependent |= isDependentScopeSpecifier(LookupSS); in getDestructorName()
273 DeclContext *LookupCtx = computeDeclContext(LookupSS, EnteringContext); in getDestructorName()
278 if (RequireCompleteDeclContext(LookupSS, LookupCtx)) { in getDestructorName()