Searched refs:Equals (Results 26 - 50 of 50) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp609 getContextForScopeMatching(Decls[UniqueTagIndex])->Equals(
1282 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) {
1409 for (; Ctx && !Ctx->Equals(OuterCtx); Ctx = Ctx->getLookupParent()) {
1931 if (!LastDC->Equals(DC))
3912 for (DeclContext *Ctx = Entity; Ctx && !Ctx->Equals(OuterCtx);
H A DSemaDecl.cpp1461 !D->getDeclContext()->getRedeclContext()->Equals(
3129 !Old->getDeclContext()->getRedeclContext()->Equals(
3179 if (NamedDC->Equals(SemaDC))
5610 if (Cur->Equals(DC)) {
6226 if (!OuterContext->Equals(PrevOuterContext))
7569 ParentDC && !ParentDC->Equals(OldDC);
15216 if (OldDC->Equals(NewDC))
15474 if (!ND->getDeclContext()->getRedeclContext()->Equals(
15543 DC->Equals(getStdNamespace())) {
15649 ->Equals(T
[all...]
H A DSemaExprMember.cpp220 !RepClass->Equals(ContextClass) && RepClass->Encloses(ContextClass))
H A DSemaLambda.cpp97 VarToCapture->getDeclContext()->Equals(EnclosingDC))
H A DSemaDeclCXX.cpp3427 TD->getDeclContext()->getRedeclContext()->Equals(
4061 return Member->getDeclContext()->getRedeclContext()->Equals(ClassDecl);
10649 if (!CurContext->getRedeclContext()->Equals(
12659 if (AD->getNamespace()->Equals(getNamespaceDecl(ND))) {
16509 if (DC->Equals(CurContext))
H A DSemaTemplate.cpp1696 (OutermostContext->Equals(PrevDecl->getDeclContext()) ||
1730 PrevClassTemplate->getDeclContext()->getRedeclContext()->Equals(
7897 : DC->Equals(SpecializedContext))) {
H A DSemaTemplateInstantiateDecl.cpp5867 if (DC->Equals(Record))
H A DSemaCodeComplete.cpp4043 } else if (!InContext->Equals(Overridden->getDeclContext()))
H A DSemaInit.cpp2323 return FD && FD->getDeclContext()->getRedeclContext()->Equals(Record);
H A DSemaOverload.cpp9778 if (!VA->getDeclContext()->getRedeclContext()->Equals(
H A DSemaExpr.cpp17373 } while (!VarDC->Equals(DC));
H A DSemaOpenMP.cpp2790 !CanonicalVD->getDeclContext()->Equals(getCurLexicalContext())) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1841 // For non-file contexts, this is equivalent to Equals.
1843 return O->Equals(this);
1846 if (O->Equals(this))
H A DDecl.cpp100 return !getLexicalDeclContext()->Equals(getDeclContext());
1707 if (!this->getDeclContext()->getRedeclContext()->Equals(
H A DExprConstant.cpp7815 Info.CurrentCall->Callee->Equals(VD->getDeclContext())) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp354 .Case("equals", NameMatch::Equals)
H A DGDBRemoteCommunicationClient.cpp2174 case NameMatch::Equals:
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1940 bool Equals(const DeclContext *DC) const { function in class:clang::DeclContext
1989 /// isn't a namespace, this is equivalent to Equals().
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp546 IFK::Equals, // ?8 # operator==
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dcatch.hpp3540 StdString::EqualsMatcher Equals( std::string const& str, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes );
3627 return "Equals: " + ::Catch::Detail::stringify( m_comparator );
3703 Vector::EqualsMatcher<T> Equals( std::vector<T> const& comparator ) {
4901 struct Equals : StringHolder {
4902 Equals( NSString* substr ) : StringHolder( substr ){}
4955 inline Impl::NSStringMatchers::Equals
4956 Equals( NSString* substr ){ return Impl::NSStringMatchers::Equals( substr ); }
8197 // This is the overload that takes a string and infers the Equals matcher from it
8200 handleExceptionMatchExpr( handler, Matchers::Equals( st
[all...]
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h3620 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator2::Iterator
3743 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator3::Iterator
3884 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator4::Iterator
4042 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator5::Iterator
4219 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator6::Iterator
4413 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator7::Iterator
4626 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator8::Iterator
4855 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator9::Iterator
5102 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const { function in class:testing::internal::CartesianProductGenerator10::Iterator
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h120 static bool Equals(const SDVTListNode &X, const FoldingSetNodeID &ID, function in struct:llvm::FoldingSetTrait
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2900 match_info.SetNameMatchType(NameMatch::Equals);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3071 // Note that we can't use DeclContext::Equals here, because the DeclContexts
3264 return NAX->getNamespace()->Equals(NAY->getNamespace());
H A DASTWriter.cpp3242 if (!Redecl->getDeclContext()->getRedeclContext()->Equals(

Completed in 694 milliseconds

12