Lines Matching refs:CurrentLocation

8152 void Sema::DefineImplicitDefaultConstructor(SourceLocation CurrentLocation,
8166 Diag(CurrentLocation, diag::note_member_synthesized_at)
8176 MarkVTableUsed(CurrentLocation, ClassDecl);
8494 void Sema::DefineInheritingConstructor(SourceLocation CurrentLocation,
8505 Diag(CurrentLocation, diag::note_inhctor_synthesized_at)
8515 MarkVTableUsed(CurrentLocation, ClassDecl);
8618 void Sema::DefineImplicitDestructor(SourceLocation CurrentLocation,
8637 Diag(CurrentLocation, diag::note_member_synthesized_at)
8647 MarkVTableUsed(CurrentLocation, ClassDecl);
9302 void Sema::DefineImplicitCopyAssignment(SourceLocation CurrentLocation,
9323 diagnoseDeprecatedCopyOperation(*this, CopyAssignOperator, CurrentLocation);
9393 Diag(CurrentLocation, diag::note_member_synthesized_at)
9420 Diag(CurrentLocation, diag::note_member_synthesized_at)
9432 Diag(CurrentLocation, diag::note_member_synthesized_at)
9466 Diag(CurrentLocation, diag::note_member_synthesized_at)
9487 Diag(CurrentLocation, diag::note_member_synthesized_at)
9642 SourceLocation CurrentLocation) {
9695 S.Diag(CurrentLocation, diag::warn_vbase_moved_multiple_times)
9726 void Sema::DefineImplicitMoveAssignment(SourceLocation CurrentLocation,
9757 checkMoveAssignmentForRepeatedMove(*this, ClassDecl, CurrentLocation);
9822 Diag(CurrentLocation, diag::note_member_synthesized_at)
9849 Diag(CurrentLocation, diag::note_member_synthesized_at)
9861 Diag(CurrentLocation, diag::note_member_synthesized_at)
9898 Diag(CurrentLocation, diag::note_member_synthesized_at)
9919 Diag(CurrentLocation, diag::note_member_synthesized_at)
10069 void Sema::DefineImplicitCopyConstructor(SourceLocation CurrentLocation,
10085 diagnoseDeprecatedCopyOperation(*this, CopyConstructor, CurrentLocation);
10092 Diag(CurrentLocation, diag::note_member_synthesized_at)
10238 void Sema::DefineImplicitMoveConstructor(SourceLocation CurrentLocation,
10254 Diag(CurrentLocation, diag::note_member_synthesized_at)
10276 SourceLocation CurrentLocation,
10307 MarkFunctionReferenced(CurrentLocation, CallOp);
10356 SourceLocation CurrentLocation,
10367 Expr *This = ActOnCXXThis(CurrentLocation).take();
10368 Expr *DerefThis =CreateBuiltinUnaryOp(CurrentLocation, UO_Deref, This).take();
10370 ExprResult BuildBlock = BuildBlockForLambdaConversion(CurrentLocation,
10384 Diag(CurrentLocation, diag::note_lambda_to_block_conv);
10393 Diag(CurrentLocation, diag::note_lambda_to_block_conv);