Home
last modified time | relevance | path

Searched refs:TSCS___thread (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h223 TSCS___thread, enumerator
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DDeclSpec.h248 static const TSCS TSCS___thread = clang::TSCS___thread; variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DDeclSpec.cpp500 case DeclSpec::TSCS___thread: return "__thread"; in getSpecifierName()
H A DSemaDecl.cpp13470 case TSCS___thread: in ActOnCXXForRangeDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclPrinter.cpp871 case TSCS___thread: in VisitVarDecl()
H A DDecl.cpp2088 case TSCS___thread: // Fall through. in getTLSKind()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp3773 if (DS.getThreadStorageClassSpec() == DeclSpec::TSCS___thread) in ParseDeclarationSpecifiers()
3785 if (DS.getThreadStorageClassSpec() == DeclSpec::TSCS___thread) in ParseDeclarationSpecifiers()
3823 isInvalid = DS.SetStorageClassSpecThread(DeclSpec::TSCS___thread, Loc, in ParseDeclarationSpecifiers()