Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4812 const Decl *LHSDecl, *RHSDecl, *OtherDecl; in getOverflowPatternBinOp() local
4816 OtherDecl = ComparedTo->IgnoreParenImpCasts()->getReferencedDeclOfCallee(); in getOverflowPatternBinOp()
4818 if (!OtherDecl) in getOverflowPatternBinOp()
4824 if ((LHSDecl && LHSDecl == OtherDecl && LHSDecl != RHSDecl) || in getOverflowPatternBinOp()
4825 (RHSDecl && RHSDecl == OtherDecl && RHSDecl != LHSDecl)) in getOverflowPatternBinOp()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp545 for (auto *OtherDecl : Decls) { in resolveKind() local
546 if (canHideTag(OtherDecl) && !OtherDecl->isInvalidDecl() && in resolveKind()
547 getContextForScopeMatching(OtherDecl)->Equals( in resolveKind()