Home
last modified time | relevance | path

Searched refs:TSSL (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp16733 SourceLocation TSSL = D.getBeginLoc(); in HandleField() local
16736 TSSL, AS, PrevDecl, &D); in HandleField()
16770 SourceLocation TSSL, in CheckFieldDecl() argument
16887 FieldDecl *NewFD = FieldDecl::Create(Context, Record, TSSL, Loc, II, T, TInfo, in CheckFieldDecl()
H A DSemaDeclCXX.cpp17869 SourceLocation TSSL = D.getBeginLoc(); in HandleMSProperty() local
17871 MSPropertyDecl::Create(Context, Record, Loc, II, T, TInfo, TSSL, in HandleMSProperty()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h3043 SourceLocation TSSL,