Searched refs:TSSL (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 17900 SourceLocation TSSL = D.getBeginLoc(); in HandleField() local 17903 TSSL, AS, PrevDecl, &D); in HandleField() 17937 SourceLocation TSSL, in CheckFieldDecl() argument 18054 FieldDecl *NewFD = FieldDecl::Create(Context, Record, TSSL, Loc, II, T, TInfo, in CheckFieldDecl()
|
H A D | SemaDeclCXX.cpp | 18552 SourceLocation TSSL = D.getBeginLoc(); in HandleMSProperty() local 18554 MSPropertyDecl::Create(Context, Record, Loc, II, T, TInfo, TSSL, in HandleMSProperty()
|
/openbsd/gnu/llvm/clang/include/clang/Sema/ |
H A D | Sema.h | 3370 SourceLocation TSSL,
|