Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h1062 void setTSCSpec(ThreadStorageClassSpecifier TSC) { in setTSCSpec() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4998 NewVar->setTSCSpec(OldVar->getTSCSpec()); in BuildVariableInstantiation()
H A DSemaDecl.cpp7174 NewVD->setTSCSpec(TSCS); in ActOnVariableDeclarator()
7179 NewVD->setTSCSpec(TSCS); in ActOnVariableDeclarator()
H A DSemaDeclCXX.cpp1266 RefVD->setTSCSpec(Src->getTSCSpec()); in checkTupleLikeDecomposition()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp4059 ToVar->setTSCSpec(D->getTSCSpec()); in VisitVarDecl()