Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h219 TSCS__Thread_local enumerator
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h250 static const TSCS TSCS__Thread_local = clang::TSCS__Thread_local; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DDeclSpec.cpp501 case DeclSpec::TSCS__Thread_local: return "_Thread_local"; in getSpecifierName()
H A DSemaDecl.cpp12915 case TSCS__Thread_local: in ActOnCXXForRangeDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclPrinter.cpp875 case TSCS__Thread_local: in VisitVarDecl()
H A DDecl.cpp2049 case TSCS__Thread_local: in getTLSKind()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp3680 isInvalid = DS.SetStorageClassSpecThread(DeclSpec::TSCS__Thread_local, in ParseDeclarationSpecifiers()