Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h250 SC_PrivateExtern, enumerator
259 return SC <= SC_PrivateExtern; in isLegalForFunction()
/src/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp144 return FD->getStorageClass() == StorageClass::SC_PrivateExtern; in shouldIgnorePrivateExternAttr()
146 return VD->getStorageClass() == StorageClass::SC_PrivateExtern; in shouldIgnorePrivateExternAttr()
/src/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp653 Var->getStorageClass() != SC_PrivateExtern && in getLVForNamespaceScopeDecl()
660 if (PrevVar->getStorageClass() == SC_PrivateExtern && in getLVForNamespaceScopeDecl()
783 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
804 if (Function->getStorageClass() == SC_PrivateExtern) in getLVForNamespaceScopeDecl()
1378 if (Var->getStorageClass() == SC_PrivateExtern) in getLVForLocalDecl()
2108 case SC_PrivateExtern: return "__private_extern__"; in getStorageClassSpecifierString()
H A DDeclPrinter.cpp669 case SC_PrivateExtern: Out << "__private_extern__ "; break; in VisitFunctionDecl()
/src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp680 case SC_PrivateExtern: in getFragmentsForFunction()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5409 case DeclSpec::SCS_private_extern: return SC_PrivateExtern; in StorageClassSpecToVarDeclStorageClass()
7615 case SC_PrivateExtern: in ActOnVariableDeclarator()
7901 case SC_PrivateExtern: in ActOnVariableDeclarator()
9124 case DeclSpec::SCS_private_extern: return SC_PrivateExtern; in getFunctionStorageClass()
13933 Var->getStorageClass() == SC_PrivateExtern) { in ActOnUninitializedDecl()
14116 case SC_PrivateExtern: in ActOnCXXForRangeDecl()
/src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1167 getStorageClass() == SC_PrivateExtern; in hasExternalStorage()