Home
last modified time | relevance | path

Searched refs:SC_Extern (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h246 SC_Extern, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp80 nullptr, SC_Extern, /*UsesFPIntrin=*/false, isInlineSpecified, hasWrittenPrototype, in AddFunDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp645 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 DDeclPrinter.cpp717 case SC_Extern: Out << "extern "; break; in VisitFunctionDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp2239 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 DRewriteModernObjC.cpp2326 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 DInterfaceStubFunctionsConsumer.cpp61 if ((VD->getStorageClass() == StorageClass::SC_Extern) || in WriteNamedDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp432 SC_Extern, S.getCurFPFeatures().isFPConstrained(), in CreateRVVIntrinsicDecl()
H A DSemaDecl.cpp3553 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 DSemaLookup.cpp877 Context, Parent, Loc, Loc, II, FTy, /*TInfo=*/nullptr, SC_Extern, in InsertOCLBuiltinDeclarationsFromTable()
H A DSemaTemplate.cpp4713 << /*is definition*/(SC != SC_Extern && !CurContext->isRecord()) in ActOnVarTemplateSpecialization()
H A DSemaDeclAttr.cpp5145 if (S.LangOpts.CPlusPlus && Fn->getStorageClass() != SC_Extern) in handleGNUInlineAttr()
H A DSemaExpr.cpp6992 /*TInfo=*/nullptr, SC_Extern, Sema->getCurFPFeatures().isFPConstrained(), in rewriteBuiltinFunctionDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp646 case SC_Extern: in getFragmentsForFunction()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1202 return getStorageClass() == SC_Extern || in hasExternalStorage()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp364 storage = clang::SC_Extern; in ParsedDWARFTypeAttributes()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1651 if (VD->getStorageClass() == SC_Extern && VarLinkage != Linkage::None && in VisitVarDeclImpl()