Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp11152 bool Sema::shouldLinkDependentDeclWithPrevious(Decl *D, Decl *PrevDecl) { in shouldLinkDependentDeclWithPrevious() function in Sema
12223 if (shouldLinkDependentDeclWithPrevious(NewFD, OldDecl)) { in CheckFunctionDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4005 bool shouldLinkDependentDeclWithPrevious(Decl *D, Decl *OldDecl);