Home
last modified time | relevance | path

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

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