Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp9995 if (CXXMethodDecl *CopyAssign = LookupCopyingAssignment(BaseClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec()
10003 if (CXXMethodDecl *CopyAssign = LookupCopyingAssignment(BaseClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec()
10012 LookupCopyingAssignment(FieldClassDecl, in ComputeDefaultedCopyAssignmentExceptionSpec()
DSemaLookup.cpp2971 CXXMethodDecl *Sema::LookupCopyingAssignment(CXXRecordDecl *Class, in LookupCopyingAssignment() function in Sema
/external/clang/include/clang/Sema/
DSema.h2802 CXXMethodDecl *LookupCopyingAssignment(CXXRecordDecl *Class, unsigned Quals,