Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSpecifiers.h226 SC_Extern, enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp80 nullptr, SC_Extern, isInlineSpecified, hasWrittenPrototype, in AddFunDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp663 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 DDeclPrinter.cpp612 case SC_Extern: Out << "extern "; break; in VisitFunctionDecl()
/freebsd-13.1/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.cpp2325 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 DInterfaceStubFunctionsConsumer.cpp61 if ((VD->getStorageClass() == StorageClass::SC_Extern) || in WriteNamedDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp3142 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 DSemaLookup.cpp861 Context, Parent, Loc, Loc, II, FTy, /*TInfo=*/nullptr, SC_Extern, in InsertOCLBuiltinDeclarationsFromTable()
H A DSemaTemplate.cpp4364 << /*is definition*/(SC != SC_Extern && !CurContext->isRecord()) in ActOnVarTemplateSpecialization()
H A DSemaDeclAttr.cpp4608 if (S.LangOpts.CPlusPlus && Fn->getStorageClass() != SC_Extern) in handleGNUInlineAttr()
H A DSemaExpr.cpp6258 SC_Extern, false, in rewriteBuiltinFunctionDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h1133 return getStorageClass() == SC_Extern || in hasExternalStorage()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp373 storage = clang::SC_Extern; in ParsedDWARFTypeAttributes()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1440 if (VD->getStorageClass() == SC_Extern && VarLinkage != NoLinkage && in VisitVarDeclImpl()