Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp754 TSTLoc = TagKwLoc; in SetTypeSpecType()
776 TSTLoc = Loc; in SetTypeSpecType()
808 TSTLoc = TagKwLoc; in SetTypeSpecType()
836 TSTLoc = Loc; in SetTypeSpecType()
904 TSTLoc = Loc; in SetTypeAltiVecPixel()
921 TSTLoc = Loc; in SetTypeAltiVecBool()
929 TSTLoc = SourceLocation(); in SetTypeSpecError()
949 TSTLoc = KWLoc; in SetExtIntType()
1301 S.Diag(TSTLoc, diag::ext_integer_complex); in Finish()
1347 TSTLoc = TSTNameLoc = StorageClassSpecLoc; in Finish()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h381 SourceLocation TSCLoc, TSSLoc, TSTLoc, AltiVecLoc, TSSatLoc; variable
465 TSTLoc = SourceLocation(); in ClearTypeSpecType()
514 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc()