Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1088 void setTSCSpec(ThreadStorageClassSpecifier TSC) { in setTSCSpec() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp5191 NewVar->setTSCSpec(OldVar->getTSCSpec()); in BuildVariableInstantiation()
H A DSemaDecl.cpp7241 NewVD->setTSCSpec(TSCS); in ActOnVariableDeclarator()
7246 NewVD->setTSCSpec(TSCS); in ActOnVariableDeclarator()
H A DSemaDeclCXX.cpp1264 RefVD->setTSCSpec(Src->getTSCSpec()); in checkTupleLikeDecomposition()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp4122 ToVar->setTSCSpec(D->getTSCSpec()); in VisitVarDecl()