Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp246 FindExistingResult findExisting(NamedDecl *D);
2526 else if (FindExistingResult ExistingRes = findExisting(D)) in mergeRedeclarable()
2672 if (FindExistingResult ExistingRes = findExisting(static_cast<T*>(D))) in mergeMergeable()
3419 ASTDeclReader::FindExistingResult ASTDeclReader::findExisting(NamedDecl *D) { in findExisting() function in ASTDeclReader