Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2652 bool FriendsDifferByConstraints(const FunctionDecl *X,
/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp6482 bool ASTContext::FriendsDifferByConstraints(const FunctionDecl *X, in FriendsDifferByConstraints() function in ASTContext
6588 if (FriendsDifferByConstraints(FuncX, FuncY)) in isSameEntity()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOverload.cpp1164 if (Context.FriendsDifferByConstraints(OldF, New)) in CheckOverload()