Home
last modified time | relevance | path

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

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