Searched refs:getTSCSpec (Results 1 – 10 of 10) sorted by relevance
1156 ThreadStorageClassSpecifier getTSCSpec() const { in getTSCSpec() function1172 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()1190 (getStorageClass() == SC_None && getTSCSpec() == TSCS_thread_local)) in isStaticLocal()1210 getTSCSpec() ? SD_Thread : SD_Static; in getStorageDuration()
1292 VarDeclBits.addBits(D->getTSCSpec(), /*BitWidth=*/2); in VisitVarDecl()1410 assert(!D->getTSCSpec() && "PARM_VAR_DECL can't use TLS"); in VisitParmVarDecl()
975 switch (D->getTSCSpec()) { in VisitVarDecl()
4850 ToVar->setTSCSpec(D->getTSCSpec()); in VisitVarDecl()
5438 << (VD->getTSCSpec() == TSCS_unspecified ? 0 : 1) << VD; in CheckLocalVariableDeclaration()
3292 << (VD->getTSCSpec() == TSCS_unspecified ? 0 : 1) << VD; in CheckDecl()
5997 NewVar->setTSCSpec(OldVar->getTSCSpec()); in BuildVariableInstantiation()
6137 if (VD->getTSCSpec() != TSCS_unspecified) { in handleDeclspecThreadAttr()
1371 RefVD->setTSCSpec(Src->getTSCSpec()); in checkTupleLikeDecomposition()
14489 switch (VD->getTSCSpec()) { in ActOnCXXForRangeDecl()