Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDecl.h1125 ThreadStorageClassSpecifier getTSCSpec() const { in getTSCSpec() function
1141 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()
1159 (getStorageClass() == SC_None && getTSCSpec() == TSCS_thread_local)) in isStaticLocal()
1179 getTSCSpec() ? SD_Thread : SD_Static; in getStorageDuration()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp1130 VarDeclBits.addBits(D->getTSCSpec(), /*BitWidth=*/2); in VisitVarDecl()
1246 assert(!D->getTSCSpec() && "PARM_VAR_DECL can't use TLS"); in VisitParmVarDecl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDDeclPrinter.cpp939 switch (D->getTSCSpec()) { in VisitVarDecl()
HDASTImporter.cpp4577 ToVar->setTSCSpec(D->getTSCSpec()); in VisitVarDecl()
HDExprConstant.cpp5167 << (VD->getTSCSpec() == TSCS_unspecified ? 0 : 1) << VD; in CheckLocalVariableDeclaration()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDInterp.h2837 << (VD->getTSCSpec() == TSCS_unspecified ? 0 : 1) << VD; in CheckDecl()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp5320 NewVar->setTSCSpec(OldVar->getTSCSpec()); in BuildVariableInstantiation()
HDSemaDeclAttr.cpp5419 if (VD->getTSCSpec() != TSCS_unspecified) { in handleDeclspecThreadAttr()
HDSemaDeclCXX.cpp1318 RefVD->setTSCSpec(Src->getTSCSpec()); in checkTupleLikeDecomposition()
HDSemaDecl.cpp14128 switch (VD->getTSCSpec()) { in ActOnCXXForRangeDecl()