Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp7494 if (!S.LookupCopyingAssignment(BaseClassDecl, Qualifiers::Const, false, 0)) in isImplicitCopyAssignmentArgConst()
7506 if (!S.LookupCopyingAssignment(BaseClassDecl, Qualifiers::Const, in isImplicitCopyAssignmentArgConst()
7521 if (!S.LookupCopyingAssignment(FieldClassDecl, Qualifiers::Const, in isImplicitCopyAssignmentArgConst()
7564 if (CXXMethodDecl *CopyAssign = LookupCopyingAssignment(BaseClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec()
7574 if (CXXMethodDecl *CopyAssign = LookupCopyingAssignment(BaseClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec()
7586 LookupCopyingAssignment(FieldClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec()
DSemaLookup.cpp2468 CXXMethodDecl *Sema::LookupCopyingAssignment(CXXRecordDecl *Class, in LookupCopyingAssignment() function in Sema
/external/clang/include/clang/Sema/
DSema.h2155 CXXMethodDecl *LookupCopyingAssignment(CXXRecordDecl *Class, unsigned Quals,