Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h1136 ThreadStorageClassSpecifier getTSCSpec() const { in getTSCSpec() function
1152 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()
1170 (getStorageClass() == SC_None && getTSCSpec() == TSCS_thread_local)) in isStaticLocal()
1190 getTSCSpec() ? SD_Thread : SD_Static; in getStorageDuration()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp1013 Record.push_back(D->getTSCSpec()); in VisitVarDecl()
1148 assert(!D->getTSCSpec() && "PARM_VAR_DECL can't use TLS"); in VisitParmVarDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclPrinter.cpp867 switch (D->getTSCSpec()) { in VisitVarDecl()
H A DASTImporter.cpp4282 ToVar->setTSCSpec(D->getTSCSpec()); in VisitVarDecl()
H A DExprConstant.cpp5052 << (VD->getTSCSpec() == TSCS_unspecified ? 0 : 1) << VD; in CheckLocalVariableDeclaration()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5221 NewVar->setTSCSpec(OldVar->getTSCSpec()); in BuildVariableInstantiation()
H A DSemaDeclAttr.cpp7194 if (VD->getTSCSpec() != TSCS_unspecified) { in handleDeclspecThreadAttr()
H A DSemaDeclCXX.cpp1299 RefVD->setTSCSpec(Src->getTSCSpec()); in checkTupleLikeDecomposition()
H A DSemaDecl.cpp13849 switch (VD->getTSCSpec()) { in ActOnCXXForRangeDecl()