Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h186 static bool DeclsAreEquivalent(clang::Decl *lhs_decl, clang::Decl *rhs_decl);
H A DTypeSystemClang.cpp2456 bool TypeSystemClang::DeclsAreEquivalent(clang::Decl *lhs_decl, in DeclsAreEquivalent() function in TypeSystemClang
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp269 if (!TypeSystemClang::DeclsAreEquivalent(const_cast<TagDecl *>(decl), in FindCompleteType()