Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp385 unsigned UniqueTagIndex = 0; in resolveKind() local
432 UniqueTagIndex = I; in resolveKind()
458 if (getContextForScopeMatching(Decls[UniqueTagIndex])->Equals( in resolveKind()
459 getContextForScopeMatching(Decls[UniqueTagIndex ? 0 : N - 1]))) in resolveKind()
460 Decls[UniqueTagIndex] = Decls[--N]; in resolveKind()