Home
last modified time | relevance | path

Searched refs:TSTLoc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp779 TSTLoc = TagKwLoc; in SetTypeSpecType()
810 TSTLoc = Loc; in SetTypeSpecType()
842 TSTLoc = TagKwLoc; in SetTypeSpecType()
870 TSTLoc = Loc; in SetTypeSpecType()
938 TSTLoc = Loc; in SetTypeAltiVecPixel()
955 TSTLoc = Loc; in SetTypeAltiVecBool()
963 TSTLoc = SourceLocation(); in SetTypeSpecError()
983 TSTLoc = KWLoc; in SetBitIntType()
1188 S.Diag(TSTLoc, diag::err_decltype_auto_cannot_be_combined) in Finish()
1204 S.Diag(TSTLoc, diag::err_invalid_vector_int128_decl_spec); in Finish()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h430 SourceLocation TSCLoc, TSSLoc, TSTLoc, AltiVecLoc, TSSatLoc, EllipsisLoc; variable
523 TSTLoc = SourceLocation(); in ClearTypeSpecType()
579 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc()