Home
last modified time | relevance | path

Searched refs:SC_PrivateExtern (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h248 SC_PrivateExtern, enumerator
257 return SC <= SC_PrivateExtern; in isLegalForFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp646 Var->getStorageClass() != SC_PrivateExtern && in getLVForNamespaceScopeDecl()
653 if (PrevVar->getStorageClass() == SC_PrivateExtern && in getLVForNamespaceScopeDecl()
776 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
797 if (Function->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
1378 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForLocalDecl()
2123 case SC_PrivateExtern: return "__private_extern__"; in getStorageClassSpecifierString()
H A DDeclPrinter.cpp719 case SC_PrivateExtern: Out << "__private_extern__ "; break; in VisitFunctionDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp644 case SC_PrivateExtern: in getFragmentsForFunction()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5568 case DeclSpec::SCS_private_extern: return SC_PrivateExtern; in StorageClassSpecToVarDeclStorageClass()
7690 case SC_PrivateExtern: in ActOnVariableDeclarator()
8075 case SC_PrivateExtern: in ActOnVariableDeclarator()
9275 case DeclSpec::SCS_private_extern: return SC_PrivateExtern; in getFunctionStorageClass()
14128 Var->getStorageClass() == SC_PrivateExtern) { in ActOnUninitializedDecl()
14311 case SC_PrivateExtern: in ActOnCXXForRangeDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1203 getStorageClass() == SC_PrivateExtern; in hasExternalStorage()