Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp265 auto LookupInNestedNameSpec = [&](CXXScopeSpec &LookupSS) -> ParsedType { in getDestructorName() argument
269 IsDependent |= isDependentScopeSpecifier(LookupSS); in getDestructorName()
270 DeclContext *LookupCtx = computeDeclContext(LookupSS, EnteringContext); in getDestructorName()
275 if (RequireCompleteDeclContext(LookupSS, LookupCtx)) { in getDestructorName()