Searched refs:TSSL (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 18305 SourceLocation TSSL = D.getBeginLoc(); in HandleField() local 18308 TSSL, AS, PrevDecl, &D); in HandleField() 18332 SourceLocation TSSL, in CheckFieldDecl() argument 18449 FieldDecl *NewFD = FieldDecl::Create(Context, Record, TSSL, Loc, II, T, TInfo, in CheckFieldDecl()
|
H A D | SemaDeclCXX.cpp | 19011 SourceLocation TSSL = D.getBeginLoc(); in HandleMSProperty() local 19013 MSPropertyDecl::Create(Context, Record, Loc, II, T, TInfo, TSSL, in HandleMSProperty()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 3919 SourceLocation TSSL, AccessSpecifier AS,
|