Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h233 TSCS_unspecified, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp472 ThreadStorageClassSpec != TSCS_unspecified) in getParsedSpecifiers()
516 case DeclSpec::TSCS_unspecified: return "unspecified"; in getSpecifierName()
707 if (ThreadStorageClassSpec != TSCS_unspecified) in SetStorageClassSpecThread()
1361 if (ThreadStorageClassSpec != TSCS_unspecified) { in Finish()
1381 ThreadStorageClassSpec = TSCS_unspecified; in Finish()
H A DSemaDeclAttr.cpp5419 if (VD->getTSCSpec() != TSCS_unspecified) { in handleDeclspecThreadAttr()
H A DSemaDecl.cpp7816 if (TSC != TSCS_unspecified) { in ActOnVariableDeclarator()
14134 case TSCS_unspecified: in ActOnCXXForRangeDecl()
H A DSemaTemplate.cpp1472 if (DS.getThreadStorageClassSpec() != TSCS_unspecified) in ActOnNonTypeTemplateParameter()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h265 static const TSCS TSCS_unspecified = clang::TSCS_unspecified; variable
482 ThreadStorageClassSpec(TSCS_unspecified), in DeclSpec()
514 ThreadStorageClassSpec = DeclSpec::TSCS_unspecified; in ClearStorageClassSpecs()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp940 case TSCS_unspecified: in VisitVarDecl()
H A DDecl.cpp2152 case TSCS_unspecified: in getTLSKind()
H A DExprConstant.cpp5167 << (VD->getTSCSpec() == TSCS_unspecified ? 0 : 1) << VD; in CheckLocalVariableDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1588 if (DS.getThreadStorageClassSpec() != DeclSpec::TSCS_unspecified) { in ParseKNRParamDeclarations()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1141 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h2837 << (VD->getTSCSpec() == TSCS_unspecified ? 0 : 1) << VD; in CheckDecl()