Home
last modified time | relevance | path

Searched refs:TSCS_unspecified (Results 1 – 11 of 11) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h231 TSCS_unspecified, enumerator
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp470 ThreadStorageClassSpec != TSCS_unspecified) in getParsedSpecifiers()
514 case DeclSpec::TSCS_unspecified: return "unspecified"; in getSpecifierName()
703 if (ThreadStorageClassSpec != TSCS_unspecified) in SetStorageClassSpecThread()
1341 if (ThreadStorageClassSpec != TSCS_unspecified) { in Finish()
1361 ThreadStorageClassSpec = TSCS_unspecified; in Finish()
H A DSemaDecl.cpp7990 if (TSC != TSCS_unspecified) { in ActOnVariableDeclarator()
14329 case TSCS_unspecified: in ActOnCXXForRangeDecl()
H A DSemaTemplate.cpp1524 if (DS.getThreadStorageClassSpec() != TSCS_unspecified) in ActOnNonTypeTemplateParameter()
H A DSemaDeclAttr.cpp7391 if (VD->getTSCSpec() != TSCS_unspecified) { in handleDeclspecThreadAttr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h264 static const TSCS TSCS_unspecified = clang::TSCS_unspecified; variable
459 ThreadStorageClassSpec(TSCS_unspecified), in DeclSpec()
491 ThreadStorageClassSpec = DeclSpec::TSCS_unspecified; in ClearStorageClassSpecs()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp996 case TSCS_unspecified: in VisitVarDecl()
H A DDecl.cpp2167 case TSCS_unspecified: in getTLSKind()
H A DExprConstant.cpp5132 << (VD->getTSCSpec() == TSCS_unspecified ? 0 : 1) << VD; in CheckLocalVariableDeclaration()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1578 if (DS.getThreadStorageClassSpec() != DeclSpec::TSCS_unspecified) { in ParseKNRParamDeclarations()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1177 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()