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.h578 SourceLocation getTypeSpecSignLoc() const { return TSSLoc; } in getTypeSpecSignLoc() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp917 S.Diag(DS.getTypeSpecSignLoc(), diag::ext_wchar_t_sign_spec) in ConvertDeclSpecToType()
924 S.Diag(DS.getTypeSpecSignLoc(), diag::ext_wchar_t_sign_spec) in ConvertDeclSpecToType()
5908 TL.expandBuiltinRange(DS.getTypeSpecSignLoc()); in VisitBuiltinTypeLoc()
H A DSemaDeclCXX.cpp11418 Diagnoser.check(DS.getTypeSpecSignLoc(), DS.getTypeSpecSign()); in CheckDeductionGuideDeclarator()