Searched refs:getTSCSpec (Results 1 – 9 of 9) sorted by relevance
1161 ThreadStorageClassSpecifier getTSCSpec() const { in getTSCSpec() function1177 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()
1092 VarDeclBits.addBits(D->getTSCSpec(), /*BitWidth=*/2); in VisitVarDecl()1208 assert(!D->getTSCSpec() && "PARM_VAR_DECL can't use TLS"); in VisitParmVarDecl()
995 switch (D->getTSCSpec()) { in VisitVarDecl()
4497 ToVar->setTSCSpec(D->getTSCSpec()); in VisitVarDecl()
5132 << (VD->getTSCSpec() == TSCS_unspecified ? 0 : 1) << VD; in CheckLocalVariableDeclaration()
5323 NewVar->setTSCSpec(OldVar->getTSCSpec()); in BuildVariableInstantiation()
7391 if (VD->getTSCSpec() != TSCS_unspecified) { in handleDeclspecThreadAttr()
1330 RefVD->setTSCSpec(Src->getTSCSpec()); in checkTupleLikeDecomposition()
14323 switch (VD->getTSCSpec()) { in ActOnCXXForRangeDecl()