Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h580 SourceLocation getTypeSpecSignLoc() const { return TSSLoc; } in getTypeSpecSignLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp928 S.Diag(DS.getTypeSpecSignLoc(), diag::ext_wchar_t_sign_spec) in ConvertDeclSpecToType()
935 S.Diag(DS.getTypeSpecSignLoc(), diag::ext_wchar_t_sign_spec) in ConvertDeclSpecToType()
5987 TL.expandBuiltinRange(DS.getTypeSpecSignLoc()); in VisitBuiltinTypeLoc()
H A DSemaDeclCXX.cpp11659 Diagnoser.check(DS.getTypeSpecSignLoc(), DS.getTypeSpecSign()); in CheckDeductionGuideDeclarator()