Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp252 auto LookupInNestedNameSpec = [&](CXXScopeSpec &LookupSS) -> ParsedType { in getDestructorName() argument
256 IsDependent |= isDependentScopeSpecifier(LookupSS); in getDestructorName()
257 DeclContext *LookupCtx = computeDeclContext(LookupSS, EnteringContext); in getDestructorName()
262 if (RequireCompleteDeclContext(LookupSS, LookupCtx)) { in getDestructorName()