Searched refs:getTSCSpec (Results 1 – 6 of 6) sorted by relevance
880 ThreadStorageClassSpecifier getTSCSpec() const { in getTSCSpec() function890 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()907 (getStorageClass() == SC_None && getTSCSpec() == TSCS_thread_local)) in isStaticLocal()927 getTSCSpec() ? SD_Thread : SD_Static; in getStorageDuration()
680 switch (D->getTSCSpec()) { in VisitVarDecl()
821 Record.push_back(D->getTSCSpec()); in VisitVarDecl()925 assert(!D->getTSCSpec() && "PARM_VAR_DECL can't use TLS"); in VisitParmVarDecl()
3607 NewVar->setTSCSpec(OldVar->getTSCSpec()); in BuildVariableInstantiation()
4157 if (VD->getTSCSpec() != TSCS_unspecified) { in handleDeclspecThreadAttr()
2622 NewVD->setTSCSpec(VD->getTSCSpec()); in TransformDefinition()