Searched refs:getTSCSpec (Results 1 – 10 of 10) sorted by relevance
1125 ThreadStorageClassSpecifier getTSCSpec() const { in getTSCSpec() function1141 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()
1130 VarDeclBits.addBits(D->getTSCSpec(), /*BitWidth=*/2); in VisitVarDecl()1246 assert(!D->getTSCSpec() && "PARM_VAR_DECL can't use TLS"); in VisitParmVarDecl()
939 switch (D->getTSCSpec()) { in VisitVarDecl()
4577 ToVar->setTSCSpec(D->getTSCSpec()); in VisitVarDecl()
5167 << (VD->getTSCSpec() == TSCS_unspecified ? 0 : 1) << VD; in CheckLocalVariableDeclaration()
2837 << (VD->getTSCSpec() == TSCS_unspecified ? 0 : 1) << VD; in CheckDecl()
5320 NewVar->setTSCSpec(OldVar->getTSCSpec()); in BuildVariableInstantiation()
5419 if (VD->getTSCSpec() != TSCS_unspecified) { in handleDeclspecThreadAttr()
1318 RefVD->setTSCSpec(Src->getTSCSpec()); in checkTupleLikeDecomposition()
14128 switch (VD->getTSCSpec()) { in ActOnCXXForRangeDecl()