Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaLookup.cpp375 auto *EUnderlying = Existing->getUnderlyingDecl(); in isPreferredLookupResult() local
385 if (DUnderlying->getCanonicalDecl() != EUnderlying->getCanonicalDecl()) { in isPreferredLookupResult()
386 assert(isa<TypeDecl>(DUnderlying) && isa<TypeDecl>(EUnderlying)); in isPreferredLookupResult()
387 bool HaveTag = isa<TagDecl>(EUnderlying); in isPreferredLookupResult()
398 auto *EFD = cast<FunctionDecl>(EUnderlying); in isPreferredLookupResult()
410 auto *ETD = cast<TemplateDecl>(EUnderlying); in isPreferredLookupResult()
434 VarDecl *EVD = cast<VarDecl>(EUnderlying); in isPreferredLookupResult()
453 if (Prev == EUnderlying) in isPreferredLookupResult()