Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp10616 bool Sema::shouldLinkDependentDeclWithPrevious(Decl *D, Decl *PrevDecl) { in shouldLinkDependentDeclWithPrevious() function in Sema
11444 if (shouldLinkDependentDeclWithPrevious(NewFD, OldDecl)) { in CheckFunctionDeclaration()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2896 bool shouldLinkDependentDeclWithPrevious(Decl *D, Decl *OldDecl);