Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSpecifiers.h194 TSCS_unspecified, enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp440 ThreadStorageClassSpec != TSCS_unspecified) in getParsedSpecifiers()
484 case DeclSpec::TSCS_unspecified: return "unspecified"; in getSpecifierName()
646 if (ThreadStorageClassSpec != TSCS_unspecified) in SetStorageClassSpecThread()
1210 if (ThreadStorageClassSpec != TSCS_unspecified) { in Finish()
1230 ThreadStorageClassSpec = TSCS_unspecified; in Finish()
H A DSemaTemplate.cpp1064 if (DS.getThreadStorageClassSpec() != TSCS_unspecified) in ActOnNonTypeTemplateParameter()
H A DSemaDeclAttr.cpp5319 if (VD->getTSCSpec() != TSCS_unspecified) { in handleDeclspecThreadAttr()
H A DSemaDecl.cpp6361 if (TSC != TSCS_unspecified) { in ActOnVariableDeclarator()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h246 static const TSCS TSCS_unspecified = clang::TSCS_unspecified; variable
425 ThreadStorageClassSpec(TSCS_unspecified), in DeclSpec()
467 ThreadStorageClassSpec = DeclSpec::TSCS_unspecified; in ClearStorageClassSpecs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp812 case TSCS_unspecified: in VisitVarDecl()
H A DDecl.cpp1938 case TSCS_unspecified: in getTLSKind()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParser.cpp1308 if (DS.getThreadStorageClassSpec() != DeclSpec::TSCS_unspecified) { in ParseKNRParamDeclarations()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h1045 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()