Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp775 TSTLoc = TagKwLoc; in SetTypeSpecType()
797 TSTLoc = Loc; in SetTypeSpecType()
829 TSTLoc = TagKwLoc; in SetTypeSpecType()
857 TSTLoc = Loc; in SetTypeSpecType()
925 TSTLoc = Loc; in SetTypeAltiVecPixel()
942 TSTLoc = Loc; in SetTypeAltiVecBool()
950 TSTLoc = SourceLocation(); in SetTypeSpecError()
970 TSTLoc = KWLoc; in SetBitIntType()
1327 S.Diag(TSTLoc, diag::ext_integer_complex); in Finish()
1374 TSTLoc = TSTNameLoc = StorageClassSpecLoc; in Finish()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h408 SourceLocation TSCLoc, TSSLoc, TSTLoc, AltiVecLoc, TSSatLoc; variable
500 TSTLoc = SourceLocation(); in ClearTypeSpecType()
549 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc()