Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp12052 auto OtherUnmarkedIter = llvm::find_if(Previous, [](const NamedDecl *ND) { in CheckFunctionDeclaration() local
12057 if (OtherUnmarkedIter != Previous.end()) { in CheckFunctionDeclaration()
12060 Diag((*OtherUnmarkedIter)->getLocation(), in CheckFunctionDeclaration()