Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReaderDecl.cpp193 FindExistingResult findExisting(NamedDecl *D);
1558 if (FindExistingResult ExistingRes = findExisting(static_cast<T*>(D))) { in mergeRedeclarable()
1773 ASTDeclReader::FindExistingResult ASTDeclReader::findExisting(NamedDecl *D) { in findExisting() function in ASTDeclReader