Lines Matching defs:CurrentLocation

13990 void Sema::DefineImplicitDefaultConstructor(SourceLocation CurrentLocation,
14009 ResolveExceptionSpec(CurrentLocation,
14011 MarkVTableUsed(CurrentLocation, ClassDecl);
14014 Scope.addContextNote(CurrentLocation);
14134 void Sema::DefineInheritingConstructor(SourceLocation CurrentLocation,
14149 ResolveExceptionSpec(CurrentLocation,
14151 MarkVTableUsed(CurrentLocation, ClassDecl);
14154 Scope.addContextNote(CurrentLocation);
14166 InheritedConstructorInfo ICI(*this, CurrentLocation, Shadow);
14186 MarkFunctionReferenced(CurrentLocation, BaseCtor.first);
14282 void Sema::DefineImplicitDestructor(SourceLocation CurrentLocation,
14298 ResolveExceptionSpec(CurrentLocation,
14300 MarkVTableUsed(CurrentLocation, ClassDecl);
14303 Scope.addContextNote(CurrentLocation);
14324 void Sema::CheckCompleteDestructorVariant(SourceLocation CurrentLocation,
14338 Scope.addContextNote(CurrentLocation);
14977 void Sema::DefineImplicitCopyAssignment(SourceLocation CurrentLocation,
14998 ResolveExceptionSpec(CurrentLocation,
15002 Scope.addContextNote(CurrentLocation);
15283 SourceLocation CurrentLocation) {
15334 S.Diag(CurrentLocation, diag::warn_vbase_moved_multiple_times)
15362 void Sema::DefineImplicitMoveAssignment(SourceLocation CurrentLocation,
15389 checkMoveAssignmentForRepeatedMove(*this, ClassDecl, CurrentLocation);
15395 ResolveExceptionSpec(CurrentLocation,
15399 Scope.addContextNote(CurrentLocation);
15693 void Sema::DefineImplicitCopyConstructor(SourceLocation CurrentLocation,
15710 ResolveExceptionSpec(CurrentLocation,
15712 MarkVTableUsed(CurrentLocation, ClassDecl);
15715 Scope.addContextNote(CurrentLocation);
15831 void Sema::DefineImplicitMoveConstructor(SourceLocation CurrentLocation,
15848 ResolveExceptionSpec(CurrentLocation,
15850 MarkVTableUsed(CurrentLocation, ClassDecl);
15853 Scope.addContextNote(CurrentLocation);
15877 SourceLocation CurrentLocation,
15895 CallOp->getDescribedFunctionTemplate(), TemplateArgs, CurrentLocation);
15902 CurrentLocation);
15916 MarkFunctionReferenced(CurrentLocation, CallOp);
15946 SourceLocation CurrentLocation, CXXConversionDecl *Conv) {
15952 Expr *This = ActOnCXXThis(CurrentLocation).get();
15953 Expr *DerefThis =CreateBuiltinUnaryOp(CurrentLocation, UO_Deref, This).get();
15955 ExprResult BuildBlock = BuildBlockForLambdaConversion(CurrentLocation,
15969 Diag(CurrentLocation, diag::note_lambda_to_block_conv);
15978 Diag(CurrentLocation, diag::note_lambda_to_block_conv);