| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Specifiers.h | 226 SC_Extern, enumerator
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | NameSearchContext.cpp | 80 nullptr, SC_Extern, isInlineSpecified, hasWrittenPrototype, in AddFunDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 663 if (Var->getStorageClass() != SC_Extern && in getLVForNamespaceScopeDecl() 1991 case SC_Extern: return "extern"; in getStorageClassSpecifierString() 3400 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in isMSExternInline() 3407 if (Redecl->getStorageClass() != SC_Extern) in redeclForcesDefMSVC() 3412 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in redeclForcesDefMSVC() 3462 if (!isInlineSpecified() || getStorageClass() == SC_Extern) in doesDeclarationForceExternallyVisibleDefinition() 3474 Prev->getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition() 3477 Prev->getStorageClass() != SC_Extern) { in doesDeclarationForceExternallyVisibleDefinition() 3488 if (isInlineSpecified() && getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition() 3576 if (!(isInlineSpecified() && getStorageClass() == SC_Extern)) in isInlineDefinitionExternallyVisible() [all …]
|
| H A D | DeclPrinter.cpp | 612 case SC_Extern: Out << "extern "; break; in VisitFunctionDecl()
|
| /freebsd-13.1/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 | 2325 nullptr, SC_Extern); in SynthSelGetUidFunctionDecl() 2442 SC_Extern); in SynthMsgSendFunctionDecl() 2456 nullptr, SC_Extern); in SynthMsgSendSuperFunctionDecl() 2475 nullptr, SC_Extern); in SynthMsgSendStretFunctionDecl() 2492 SC_Extern); in SynthMsgSendSuperStretFunctionDecl() 2511 nullptr, SC_Extern); in SynthMsgSendFpretFunctionDecl() 2525 nullptr, SC_Extern); in SynthGetClassFunctionDecl() 2541 SC_Extern); in SynthGetSuperClassFunctionDecl() 2555 nullptr, SC_Extern); in SynthGetMetaClassFunctionDecl() 3588 nullptr, SC_Extern); in RewriteObjCProtocolExpr() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | InterfaceStubFunctionsConsumer.cpp | 61 if ((VD->getStorageClass() == StorageClass::SC_Extern) || in WriteNamedDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 3142 FD->getStorageClass() == SC_Extern); in canRedefineFunction() 5007 return SC_Extern; in StorageClassSpecToVarDeclStorageClass() 6945 SC = SC_Extern; in ActOnVariableDeclarator() 6948 bool IsLocalExternDecl = SC == SC_Extern && in ActOnVariableDeclarator() 7025 case SC_Extern: in ActOnVariableDeclarator() 7401 case SC_Extern: in ActOnVariableDeclarator() 8512 return SC_Extern; in getFunctionStorageClass() 12550 if (VDecl->getStorageClass() == SC_Extern && in AddInitializerToDecl() 12563 VDecl->setStorageClass(SC_Extern); in AddInitializerToDecl() 12716 if (Var->getStorageClass() == SC_Extern) { in ActOnUninitializedDecl() [all …]
|
| H A D | SemaLookup.cpp | 861 Context, Parent, Loc, Loc, II, FTy, /*TInfo=*/nullptr, SC_Extern, in InsertOCLBuiltinDeclarationsFromTable()
|
| H A D | SemaTemplate.cpp | 4364 << /*is definition*/(SC != SC_Extern && !CurContext->isRecord()) in ActOnVarTemplateSpecialization()
|
| H A D | SemaDeclAttr.cpp | 4608 if (S.LangOpts.CPlusPlus && Fn->getStorageClass() != SC_Extern) in handleGNUInlineAttr()
|
| H A D | SemaExpr.cpp | 6258 SC_Extern, false, in rewriteBuiltinFunctionDecl()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 1133 return getStorageClass() == SC_Extern || in hasExternalStorage()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 373 storage = clang::SC_Extern; in ParsedDWARFTypeAttributes()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderDecl.cpp | 1440 if (VD->getStorageClass() == SC_Extern && VarLinkage != NoLinkage && in VisitVarDeclImpl()
|