Home
last modified time | relevance | path

Searched refs:getTSCSpec (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h1029 ThreadStorageClassSpecifier getTSCSpec() const { in getTSCSpec() function
1045 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()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp923 Record.push_back(D->getTSCSpec()); in VisitVarDecl()
1064 assert(!D->getTSCSpec() && "PARM_VAR_DECL can't use TLS"); in VisitParmVarDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp811 switch (D->getTSCSpec()) { in VisitVarDecl()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4180 NewVar->setTSCSpec(OldVar->getTSCSpec()); in BuildVariableInstantiation()
H A DSemaDeclAttr.cpp5319 if (VD->getTSCSpec() != TSCS_unspecified) { in handleDeclspecThreadAttr()
H A DSemaDeclCXX.cpp1196 RefVD->setTSCSpec(Src->getTSCSpec()); in checkTupleLikeDecomposition()