| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 246 SC_Extern, enumerator
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | NameSearchContext.cpp | 80 nullptr, SC_Extern, /*UsesFPIntrin=*/false, isInlineSpecified, hasWrittenPrototype, in AddFunDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 645 if (Var->getStorageClass() != SC_Extern && in getLVForNamespaceScopeDecl() 2122 case SC_Extern: return "extern"; in getStorageClassSpecifierString() 3709 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in isMSExternInline() 3716 if (Redecl->getStorageClass() != SC_Extern) in redeclForcesDefMSVC() 3721 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in redeclForcesDefMSVC() 3771 if (!isInlineSpecified() || getStorageClass() == SC_Extern) in doesDeclarationForceExternallyVisibleDefinition() 3783 Prev->getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition() 3786 Prev->getStorageClass() != SC_Extern) { in doesDeclarationForceExternallyVisibleDefinition() 3797 if (isInlineSpecified() && getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition() 3885 if (!(isInlineSpecified() && getStorageClass() == SC_Extern)) in isInlineDefinitionExternallyVisible() [all …]
|
| H A D | DeclPrinter.cpp | 717 case SC_Extern: Out << "extern "; break; in VisitFunctionDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 2239 nullptr, SC_Extern); in SynthSelGetUidFunctionDecl() 2334 nullptr, SC_Extern); in SynthSuperConstructorFunctionDecl() 2353 nullptr, SC_Extern); in SynthMsgSendFunctionDecl() 2375 nullptr, SC_Extern); in SynthMsgSendSuperFunctionDecl() 2394 nullptr, SC_Extern); in SynthMsgSendStretFunctionDecl() 2419 SC_Extern); in SynthMsgSendSuperStretFunctionDecl() 2438 nullptr, SC_Extern); in SynthMsgSendFpretFunctionDecl() 2452 nullptr, SC_Extern); in SynthGetClassFunctionDecl() 2468 SC_Extern); in SynthGetSuperClassFunctionDecl() 2482 nullptr, SC_Extern); in SynthGetMetaClassFunctionDecl() [all …]
|
| H A D | RewriteModernObjC.cpp | 2326 nullptr, SC_Extern); in SynthSelGetUidFunctionDecl() 2443 SC_Extern); in SynthMsgSendFunctionDecl() 2457 nullptr, SC_Extern); in SynthMsgSendSuperFunctionDecl() 2476 nullptr, SC_Extern); in SynthMsgSendStretFunctionDecl() 2493 SC_Extern); in SynthMsgSendSuperStretFunctionDecl() 2512 nullptr, SC_Extern); in SynthMsgSendFpretFunctionDecl() 2526 nullptr, SC_Extern); in SynthGetClassFunctionDecl() 2542 SC_Extern); in SynthGetSuperClassFunctionDecl() 2556 nullptr, SC_Extern); in SynthGetMetaClassFunctionDecl() 3589 nullptr, SC_Extern); in RewriteObjCProtocolExpr() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InterfaceStubFunctionsConsumer.cpp | 61 if ((VD->getStorageClass() == StorageClass::SC_Extern) || in WriteNamedDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaRISCVVectorLookup.cpp | 432 SC_Extern, S.getCurFPFeatures().isFPConstrained(), in CreateRVVIntrinsicDecl()
|
| H A D | SemaDecl.cpp | 3553 FD->getStorageClass() == SC_Extern); in canRedefineFunction() 5564 return SC_Extern; in StorageClassSpecToVarDeclStorageClass() 7600 SC = SC_Extern; in ActOnVariableDeclarator() 7603 bool IsLocalExternDecl = SC == SC_Extern && in ActOnVariableDeclarator() 7680 case SC_Extern: in ActOnVariableDeclarator() 8074 case SC_Extern: in ActOnVariableDeclarator() 9261 return SC_Extern; in getFunctionStorageClass() 13899 if (VDecl->getStorageClass() == SC_Extern && in AddInitializerToDecl() 13912 VDecl->setStorageClass(SC_Extern); in AddInitializerToDecl() 14069 if (Var->getStorageClass() == SC_Extern) { in ActOnUninitializedDecl() [all …]
|
| H A D | SemaLookup.cpp | 877 Context, Parent, Loc, Loc, II, FTy, /*TInfo=*/nullptr, SC_Extern, in InsertOCLBuiltinDeclarationsFromTable()
|
| H A D | SemaTemplate.cpp | 4713 << /*is definition*/(SC != SC_Extern && !CurContext->isRecord()) in ActOnVarTemplateSpecialization()
|
| H A D | SemaDeclAttr.cpp | 5145 if (S.LangOpts.CPlusPlus && Fn->getStorageClass() != SC_Extern) in handleGNUInlineAttr()
|
| H A D | SemaExpr.cpp | 6992 /*TInfo=*/nullptr, SC_Extern, Sema->getCurFPFeatures().isFPConstrained(), in rewriteBuiltinFunctionDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/ |
| H A D | DeclarationFragments.cpp | 646 case SC_Extern: in getFragmentsForFunction()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 1202 return getStorageClass() == SC_Extern || in hasExternalStorage()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 364 storage = clang::SC_Extern; in ParsedDWARFTypeAttributes()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1651 if (VD->getStorageClass() == SC_Extern && VarLinkage != Linkage::None && in VisitVarDeclImpl()
|