Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h1025 void setTSCSpec(ThreadStorageClassSpecifier TSC) { in setTSCSpec() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4180 NewVar->setTSCSpec(OldVar->getTSCSpec()); in BuildVariableInstantiation()
H A DSemaDecl.cpp6648 NewVD->setTSCSpec(TSCS); in ActOnVariableDeclarator()
6653 NewVD->setTSCSpec(TSCS); in ActOnVariableDeclarator()
H A DSemaDeclCXX.cpp1196 RefVD->setTSCSpec(Src->getTSCSpec()); in checkTupleLikeDecomposition()