Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSpecifiers.h236 SC_Extern, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp82 nullptr, SC_Extern, /*UsesFPIntrin=*/false, isInlineSpecified, hasWrittenPrototype, in AddFunDecl()
/llvm-project-15.0.7/clang/lib/AST/
H A DDecl.cpp683 if (Var->getStorageClass() != SC_Extern && in getLVForNamespaceScopeDecl()
2032 case SC_Extern: return "extern"; in getStorageClassSpecifierString()
3508 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in isMSExternInline()
3515 if (Redecl->getStorageClass() != SC_Extern) in redeclForcesDefMSVC()
3520 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in redeclForcesDefMSVC()
3570 if (!isInlineSpecified() || getStorageClass() == SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3582 Prev->getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3585 Prev->getStorageClass() != SC_Extern) { in doesDeclarationForceExternallyVisibleDefinition()
3596 if (isInlineSpecified() && getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3684 if (!(isInlineSpecified() && getStorageClass() == SC_Extern)) in isInlineDefinitionExternallyVisible()
[all …]
H A DDeclPrinter.cpp613 case SC_Extern: Out << "extern "; break; in VisitFunctionDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp330 SC_Extern, S.getCurFPFeatures().isFPConstrained(), in CreateRVVIntrinsicDecl()
H A DSemaDecl.cpp3405 FD->getStorageClass() == SC_Extern); in canRedefineFunction()
5353 return SC_Extern; in StorageClassSpecToVarDeclStorageClass()
7320 SC = SC_Extern; in ActOnVariableDeclarator()
7323 bool IsLocalExternDecl = SC == SC_Extern && in ActOnVariableDeclarator()
7400 case SC_Extern: in ActOnVariableDeclarator()
7775 case SC_Extern: in ActOnVariableDeclarator()
8891 return SC_Extern; in getFunctionStorageClass()
13047 if (VDecl->getStorageClass() == SC_Extern && in AddInitializerToDecl()
13060 VDecl->setStorageClass(SC_Extern); in AddInitializerToDecl()
13216 if (Var->getStorageClass() == SC_Extern) { in ActOnUninitializedDecl()
[all …]
H A DSemaLookup.cpp862 Context, Parent, Loc, Loc, II, FTy, /*TInfo=*/nullptr, SC_Extern, in InsertOCLBuiltinDeclarationsFromTable()
H A DSemaTemplate.cpp4422 << /*is definition*/(SC != SC_Extern && !CurContext->isRecord()) in ActOnVarTemplateSpecialization()
H A DSemaDeclAttr.cpp4898 if (S.LangOpts.CPlusPlus && Fn->getStorageClass() != SC_Extern) in handleGNUInlineAttr()
H A DSemaExpr.cpp6448 /*TInfo=*/nullptr, SC_Extern, Sema->getCurFPFeatures().isFPConstrained(), in rewriteBuiltinFunctionDecl()
/llvm-project-15.0.7/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 …]
/llvm-project-15.0.7/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp61 if ((VD->getStorageClass() == StorageClass::SC_Extern) || in WriteNamedDecl()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseTrailingReturnTypeCheck.cpp340 F.getStorageClass() != SC_Extern && F.getStorageClass() != SC_Static && in keepSpecifiers()
/llvm-project-15.0.7/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp411 case SC_Extern: in getFragmentsForFunction()
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp361 storage = clang::SC_Extern; in ParsedDWARFTypeAttributes()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h1133 return getStorageClass() == SC_Extern || in hasExternalStorage()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp1544 if (VD->getStorageClass() == SC_Extern && VarLinkage != NoLinkage && in VisitVarDeclImpl()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp8446 case SC_Extern: in clang_Cursor_getStorageClass()