Searched refs:getTypeSpecComplexLoc (Results 1 – 6 of 6) sorted by relevance
1101 S.getLocForEndOfToken(getTypeSpecComplexLoc()), in Finish()
1643 S.Diag(DS.getTypeSpecComplexLoc(), diag::ext_freestanding_complex); in ConvertDeclSpecToType()1658 S.Diag(DS.getTypeSpecComplexLoc(), diag::err_imaginary_not_supported); in ConvertDeclSpecToType()
1292 S.getLocForEndOfToken(getTypeSpecComplexLoc()), in Finish()
1742 S.Diag(DS.getTypeSpecComplexLoc(), diag::ext_freestanding_complex); in ConvertDeclSpecToType()1757 S.Diag(DS.getTypeSpecComplexLoc(), diag::err_imaginary_not_supported); in ConvertDeclSpecToType()
10732 Diagnoser.check(DS.getTypeSpecComplexLoc(), DS.getTypeSpecComplex()); in CheckDeductionGuideDeclarator()
512 SourceLocation getTypeSpecComplexLoc() const { return TSCLoc; } in getTypeSpecComplexLoc() function