Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReaderDecl.cpp215 FindExistingResult findExisting(NamedDecl *D);
2317 else if (FindExistingResult ExistingRes = findExisting(D)) in mergeRedeclarable()
2427 if (FindExistingResult ExistingRes = findExisting(static_cast<T*>(D))) in mergeMergeable()
2915 ASTDeclReader::FindExistingResult ASTDeclReader::findExisting(NamedDecl *D) { in findExisting() function in ASTDeclReader
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp246 FindExistingResult findExisting(NamedDecl *D);
2524 else if (FindExistingResult ExistingRes = findExisting(D)) in mergeRedeclarable()
2670 if (FindExistingResult ExistingRes = findExisting(static_cast<T*>(D))) in mergeMergeable()
3417 ASTDeclReader::FindExistingResult ASTDeclReader::findExisting(NamedDecl *D) { in findExisting() function in ASTDeclReader