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.cpp782 TSTLoc = TagKwLoc; in SetTypeSpecType()
813 TSTLoc = Loc; in SetTypeSpecType()
845 TSTLoc = TagKwLoc; in SetTypeSpecType()
873 TSTLoc = Loc; in SetTypeSpecType()
941 TSTLoc = Loc; in SetTypeAltiVecPixel()
958 TSTLoc = Loc; in SetTypeAltiVecBool()
966 TSTLoc = SourceLocation(); in SetTypeSpecError()
986 TSTLoc = KWLoc; in SetBitIntType()
1191 S.Diag(TSTLoc, diag::err_decltype_auto_cannot_be_combined) in Finish()
1208 S.Diag(TSTLoc, diag::err_invalid_vector_int128_decl_spec); in Finish()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h432 SourceLocation TSCLoc, TSSLoc, TSTLoc, AltiVecLoc, TSSatLoc, EllipsisLoc; variable
525 TSTLoc = SourceLocation(); in ClearTypeSpecType()
581 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc()