Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaLookup.cpp378 auto *EUnderlying = Existing->getUnderlyingDecl(); in isPreferredLookupResult() local
388 if (DUnderlying->getCanonicalDecl() != EUnderlying->getCanonicalDecl()) { in isPreferredLookupResult()
389 assert(isa<TypeDecl>(DUnderlying) && isa<TypeDecl>(EUnderlying)); in isPreferredLookupResult()
390 bool HaveTag = isa<TagDecl>(EUnderlying); in isPreferredLookupResult()
401 auto *EFD = cast<FunctionDecl>(EUnderlying); in isPreferredLookupResult()
413 auto *ETD = cast<TemplateDecl>(EUnderlying); in isPreferredLookupResult()
437 VarDecl *EVD = cast<VarDecl>(EUnderlying); in isPreferredLookupResult()
456 if (Prev == EUnderlying) in isPreferredLookupResult()