Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDecl.cpp11368 SourceLocation TSSL = D.getLocStart(); in HandleField() local
11371 TSSL, AS, PrevDecl, &D); in HandleField()
11405 SourceLocation TSSL, in CheckFieldDecl() argument
11503 FieldDecl *NewFD = FieldDecl::Create(Context, Record, TSSL, Loc, II, T, TInfo, in CheckFieldDecl()
DSemaDeclCXX.cpp12804 SourceLocation TSSL = D.getLocStart(); in HandleMSProperty() local
12808 II, T, TInfo, TSSL, in HandleMSProperty()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h1707 SourceLocation TSSL,