Searched refs:UniqueTagIndex (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp509 unsigned UniqueTagIndex = 0; local
565 UniqueTagIndex = I;
603 NamedDecl *OtherDecl = Decls[UniqueTagIndex ? 0 : N - 1];
604 if (isa<TagDecl>(Decls[UniqueTagIndex]->getUnderlyingDecl()) &&
605 getContextForScopeMatching(Decls[UniqueTagIndex])->Equals(
608 Decls[UniqueTagIndex] = Decls[--N];

Completed in 266 milliseconds