Home
last modified time | relevance | path

Searched defs:TSC (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DDeclSpec.cpp544 bool DeclSpec::SetStorageClassSpecThread(TSCS TSC, SourceLocation Loc, in SetStorageClassSpecThread()
1114 if (DeclSpec::TSCS TSC = getThreadStorageClassSpec()) { in Finish() local
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Sema/
DDeclSpec.h245 enum TSC { enum
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DDecl.h804 void setTSCSpec(ThreadStorageClassSpecifier TSC) { in setTSCSpec()