Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1161 ThreadStorageClassSpecifier getTSCSpec() const { in getTSCSpec() function
1177 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()
1195 (getStorageClass() == SC_None && getTSCSpec() == TSCS_thread_local)) in isStaticLocal()
1215 getTSCSpec() ? SD_Thread : SD_Static; in getStorageDuration()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1092 VarDeclBits.addBits(D->getTSCSpec(), /*BitWidth=*/2); in VisitVarDecl()
1208 assert(!D->getTSCSpec() && "PARM_VAR_DECL can't use TLS"); in VisitParmVarDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp995 switch (D->getTSCSpec()) { in VisitVarDecl()
H A DASTImporter.cpp4497 ToVar->setTSCSpec(D->getTSCSpec()); in VisitVarDecl()
H A DExprConstant.cpp5132 << (VD->getTSCSpec() == TSCS_unspecified ? 0 : 1) << VD; in CheckLocalVariableDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5323 NewVar->setTSCSpec(OldVar->getTSCSpec()); in BuildVariableInstantiation()
H A DSemaDeclAttr.cpp7391 if (VD->getTSCSpec() != TSCS_unspecified) { in handleDeclspecThreadAttr()
H A DSemaDeclCXX.cpp1330 RefVD->setTSCSpec(Src->getTSCSpec()); in checkTupleLikeDecomposition()
H A DSemaDecl.cpp14323 switch (VD->getTSCSpec()) { in ActOnCXXForRangeDecl()