Searched refs:getTSCSpec (Results 1 – 6 of 6) sorted by relevance
1029 ThreadStorageClassSpecifier getTSCSpec() const { in getTSCSpec() function1045 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()1063 (getStorageClass() == SC_None && getTSCSpec() == TSCS_thread_local)) in isStaticLocal()1083 getTSCSpec() ? SD_Thread : SD_Static; in getStorageDuration()
923 Record.push_back(D->getTSCSpec()); in VisitVarDecl()1064 assert(!D->getTSCSpec() && "PARM_VAR_DECL can't use TLS"); in VisitParmVarDecl()
811 switch (D->getTSCSpec()) { in VisitVarDecl()
4180 NewVar->setTSCSpec(OldVar->getTSCSpec()); in BuildVariableInstantiation()
5319 if (VD->getTSCSpec() != TSCS_unspecified) { in handleDeclspecThreadAttr()
1196 RefVD->setTSCSpec(Src->getTSCSpec()); in checkTupleLikeDecomposition()