Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSpecifiers.h239 SC_Extern, enumerator
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp80 nullptr, SC_Extern, /*UsesFPIntrin=*/false, isInlineSpecified, hasWrittenPrototype, in AddFunDecl()
/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp682 if (Var->getStorageClass() != SC_Extern && in getLVForNamespaceScopeDecl()
2061 case SC_Extern: return "extern"; in getStorageClassSpecifierString()
3542 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in isMSExternInline()
3549 if (Redecl->getStorageClass() != SC_Extern) in redeclForcesDefMSVC()
3554 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in redeclForcesDefMSVC()
3604 if (!isInlineSpecified() || getStorageClass() == SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3616 Prev->getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3619 Prev->getStorageClass() != SC_Extern) { in doesDeclarationForceExternallyVisibleDefinition()
3630 if (isInlineSpecified() && getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3718 if (!(isInlineSpecified() && getStorageClass() == SC_Extern)) in isInlineDefinitionExternallyVisible()
[all …]
H A DDeclPrinter.cpp612 case SC_Extern: Out << "extern "; break; in VisitFunctionDecl()
/openbsd/gnu/llvm/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 …]
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp61 if ((VD->getStorageClass() == StorageClass::SC_Extern) || in WriteNamedDecl()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaRISCVVectorLookup.cpp375 SC_Extern, S.getCurFPFeatures().isFPConstrained(), in CreateRVVIntrinsicDecl()
H A DSemaDecl.cpp3481 FD->getStorageClass() == SC_Extern); in canRedefineFunction()
5429 return SC_Extern; in StorageClassSpecToVarDeclStorageClass()
7443 SC = SC_Extern; in ActOnVariableDeclarator()
7446 bool IsLocalExternDecl = SC == SC_Extern && in ActOnVariableDeclarator()
7523 case SC_Extern: in ActOnVariableDeclarator()
7898 case SC_Extern: in ActOnVariableDeclarator()
9029 return SC_Extern; in getFunctionStorageClass()
13425 if (VDecl->getStorageClass() == SC_Extern && in AddInitializerToDecl()
13438 VDecl->setStorageClass(SC_Extern); in AddInitializerToDecl()
13595 if (Var->getStorageClass() == SC_Extern) { in ActOnUninitializedDecl()
[all …]
H A DSemaLookup.cpp865 Context, Parent, Loc, Loc, II, FTy, /*TInfo=*/nullptr, SC_Extern, in InsertOCLBuiltinDeclarationsFromTable()
H A DSemaTemplate.cpp4540 << /*is definition*/(SC != SC_Extern && !CurContext->isRecord()) in ActOnVarTemplateSpecialization()
H A DSemaDeclAttr.cpp5016 if (S.LangOpts.CPlusPlus && Fn->getStorageClass() != SC_Extern) in handleGNUInlineAttr()
H A DSemaExpr.cpp6688 /*TInfo=*/nullptr, SC_Extern, Sema->getCurFPFeatures().isFPConstrained(), in rewriteBuiltinFunctionDecl()
/openbsd/gnu/llvm/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp412 case SC_Extern: in getFragmentsForFunction()
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp339 storage = clang::SC_Extern; in ParsedDWARFTypeAttributes()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DDecl.h1177 return getStorageClass() == SC_Extern || in hasExternalStorage()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp1592 if (VD->getStorageClass() == SC_Extern && VarLinkage != NoLinkage && in VisitVarDeclImpl()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp8482 case SC_Extern: in clang_Cursor_getStorageClass()