Home
last modified time | relevance | path

Searched refs:SCS_private_extern (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp508 case DeclSpec::SCS_private_extern: return "__private_extern__"; in getSpecifierName()
658 case SCS_private_extern: in SetStorageClassSpec()
1365 case SCS_private_extern: in Finish()
H A DSemaDecl.cpp5409 case DeclSpec::SCS_private_extern: return SC_PrivateExtern; in StorageClassSpecToVarDeclStorageClass()
9124 case DeclSpec::SCS_private_extern: return SC_PrivateExtern; in getFunctionStorageClass()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h258 SCS_private_extern, enumerator
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4292 isInvalid = DS.SetStorageClassSpec(Actions, DeclSpec::SCS_private_extern, in ParseDeclarationSpecifiers()