Home
last modified time | relevance | path

Searched refs:setTSCSpec (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h1132 void setTSCSpec(ThreadStorageClassSpecifier TSC) { in setTSCSpec() function
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5221 NewVar->setTSCSpec(OldVar->getTSCSpec()); in BuildVariableInstantiation()
H A DSemaDecl.cpp7739 NewVD->setTSCSpec(TSCS); in ActOnVariableDeclarator()
7744 NewVD->setTSCSpec(TSCS); in ActOnVariableDeclarator()
H A DSemaDeclCXX.cpp1299 RefVD->setTSCSpec(Src->getTSCSpec()); in checkTupleLikeDecomposition()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp4282 ToVar->setTSCSpec(D->getTSCSpec()); in VisitVarDecl()