Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1152 void setTSCSpec(ThreadStorageClassSpecifier TSC) { in setTSCSpec() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5997 NewVar->setTSCSpec(OldVar->getTSCSpec()); in BuildVariableInstantiation()
H A DSemaDecl.cpp7910 NewVD->setTSCSpec(TSCS); in ActOnVariableDeclarator()
7915 NewVD->setTSCSpec(TSCS); in ActOnVariableDeclarator()
H A DSemaDeclCXX.cpp1371 RefVD->setTSCSpec(Src->getTSCSpec()); in checkTupleLikeDecomposition()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4850 ToVar->setTSCSpec(D->getTSCSpec()); in VisitVarDecl()