Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1125 ThreadStorageClassSpecifier getTSCSpec() const { in getTSCSpec() function
1141 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()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1130 VarDeclBits.addBits(D->getTSCSpec(), /*BitWidth=*/2); in VisitVarDecl()
1246 assert(!D->getTSCSpec() && "PARM_VAR_DECL can't use TLS"); in VisitParmVarDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp939 switch (D->getTSCSpec()) { in VisitVarDecl()
H A DASTImporter.cpp4577 ToVar->setTSCSpec(D->getTSCSpec()); in VisitVarDecl()
H A DExprConstant.cpp5167 << (VD->getTSCSpec() == TSCS_unspecified ? 0 : 1) << VD; in CheckLocalVariableDeclaration()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h2837 << (VD->getTSCSpec() == TSCS_unspecified ? 0 : 1) << VD; in CheckDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5320 NewVar->setTSCSpec(OldVar->getTSCSpec()); in BuildVariableInstantiation()
H A DSemaDeclAttr.cpp5419 if (VD->getTSCSpec() != TSCS_unspecified) { in handleDeclspecThreadAttr()
H A DSemaDeclCXX.cpp1318 RefVD->setTSCSpec(Src->getTSCSpec()); in checkTupleLikeDecomposition()
H A DSemaDecl.cpp14128 switch (VD->getTSCSpec()) { in ActOnCXXForRangeDecl()