Searched refs:getTSCSpec (Results 1 – 6 of 6) sorted by relevance
883 ThreadStorageClassSpecifier getTSCSpec() const { in getTSCSpec() function893 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()910 (getStorageClass() == SC_None && getTSCSpec() == TSCS_thread_local)) in isStaticLocal()930 getTSCSpec() ? SD_Thread : SD_Static; in getStorageDuration()
715 switch (D->getTSCSpec()) { in VisitVarDecl()
869 Record.push_back(D->getTSCSpec()); in VisitVarDecl()975 assert(!D->getTSCSpec() && "PARM_VAR_DECL can't use TLS"); in VisitParmVarDecl()
3627 NewVar->setTSCSpec(OldVar->getTSCSpec()); in BuildVariableInstantiation()
4430 if (VD->getTSCSpec() != TSCS_unspecified) { in handleDeclspecThreadAttr()
3132 NewVD->setTSCSpec(VD->getTSCSpec()); in TransformDefinition()