Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp259 FindExistingResult findExisting(NamedDecl *D);
2857 else if (FindExistingResult ExistingRes = findExisting(D)) in mergeRedeclarable()
3043 if (FindExistingResult ExistingRes = findExisting(static_cast<T*>(D))) in mergeMergeable()
3439 ASTDeclReader::FindExistingResult ASTDeclReader::findExisting(NamedDecl *D) { in findExisting() function in ASTDeclReader