Home
last modified time | relevance | path

Searched refs:getTSCSpec (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h1092 ThreadStorageClassSpecifier getTSCSpec() const { in getTSCSpec() function
1108 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()
1126 (getStorageClass() == SC_None && getTSCSpec() == TSCS_thread_local)) in isStaticLocal()
1146 getTSCSpec() ? SD_Thread : SD_Static; in getStorageDuration()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp999 Record.push_back(D->getTSCSpec()); in VisitVarDecl()
1135 assert(!D->getTSCSpec() && "PARM_VAR_DECL can't use TLS"); in VisitParmVarDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclPrinter.cpp868 switch (D->getTSCSpec()) { in VisitVarDecl()
H A DASTImporter.cpp4172 ToVar->setTSCSpec(D->getTSCSpec()); in VisitVarDecl()
H A DExprConstant.cpp5046 << (VD->getTSCSpec() == TSCS_unspecified ? 0 : 1) << VD; in CheckLocalVariableDeclaration()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5210 NewVar->setTSCSpec(OldVar->getTSCSpec()); in BuildVariableInstantiation()
H A DSemaDeclAttr.cpp6954 if (VD->getTSCSpec() != TSCS_unspecified) { in handleDeclspecThreadAttr()
H A DSemaDeclCXX.cpp1265 RefVD->setTSCSpec(Src->getTSCSpec()); in checkTupleLikeDecomposition()
H A DSemaDecl.cpp13466 switch (VD->getTSCSpec()) { in ActOnCXXForRangeDecl()