Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp717 TSTLoc = TagKwLoc; in SetTypeSpecType()
737 TSTLoc = Loc; in SetTypeSpecType()
767 TSTLoc = TagKwLoc; in SetTypeSpecType()
784 TSTLoc = Loc; in SetTypeSpecType()
847 TSTLoc = Loc; in SetTypeAltiVecPixel()
862 TSTLoc = Loc; in SetTypeAltiVecBool()
870 TSTLoc = SourceLocation(); in SetTypeSpecError()
1199 S.Diag(TSTLoc, diag::ext_integer_complex); in Finish()
1243 TSTLoc = TSTNameLoc = StorageClassSpecLoc; in Finish()
1249 S.Diag(TSTLoc, diag::ext_auto_type_specifier); in Finish()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h387 SourceLocation TSCLoc, TSSLoc, TSTLoc, AltiVecLoc, TSSatLoc; variable
476 TSTLoc = SourceLocation(); in ClearTypeSpecType()
515 SourceLocation getTypeSpecTypeLoc() const { return TSTLoc; } in getTypeSpecTypeLoc()