Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDSpecifiers.h176 SC_Extern, enumerator
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDecl.cpp605 if (Var->getStorageClass() != SC_Extern && in getLVForNamespaceScopeDecl()
1758 case SC_Extern: return "extern"; in getStorageClassSpecifierString()
2719 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in isMSExternInline()
2726 if (Redecl->getStorageClass() != SC_Extern) in redeclForcesDefMSVC()
2731 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in redeclForcesDefMSVC()
2747 if (!Redecl->isInlineSpecified() || Redecl->getStorageClass() == SC_Extern) in RedeclForcesDefC99()
2778 if (!isInlineSpecified() || getStorageClass() == SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
2790 Prev->getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
2793 Prev->getStorageClass() != SC_Extern) { in doesDeclarationForceExternallyVisibleDefinition()
2807 if (isInlineSpecified() && getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
[all …]
HDDeclPrinter.cpp416 case SC_Extern: Out << "extern "; break; in VisitFunctionDecl()
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
HDRewriteObjC.cpp2233 nullptr, SC_Extern); in SynthSelGetUidFunctionDecl()
2329 nullptr, SC_Extern); in SynthSuperConstructorFunctionDecl()
2348 nullptr, SC_Extern); in SynthMsgSendFunctionDecl()
2370 nullptr, SC_Extern); in SynthMsgSendSuperFunctionDecl()
2389 nullptr, SC_Extern); in SynthMsgSendStretFunctionDecl()
2414 SC_Extern); in SynthMsgSendSuperStretFunctionDecl()
2433 nullptr, SC_Extern); in SynthMsgSendFpretFunctionDecl()
2447 nullptr, SC_Extern); in SynthGetClassFunctionDecl()
2463 SC_Extern); in SynthGetSuperClassFunctionDecl()
2477 nullptr, SC_Extern); in SynthGetMetaClassFunctionDecl()
[all …]
HDRewriteModernObjC.cpp2345 nullptr, SC_Extern); in SynthSelGetUidFunctionDecl()
2443 nullptr, SC_Extern); in SynthSuperConstructorFunctionDecl()
2462 SC_Extern); in SynthMsgSendFunctionDecl()
2476 nullptr, SC_Extern); in SynthMsgSendSuperFunctionDecl()
2495 nullptr, SC_Extern); in SynthMsgSendStretFunctionDecl()
2512 SC_Extern); in SynthMsgSendSuperStretFunctionDecl()
2531 nullptr, SC_Extern); in SynthMsgSendFpretFunctionDecl()
2545 nullptr, SC_Extern); in SynthGetClassFunctionDecl()
2561 SC_Extern); in SynthGetSuperClassFunctionDecl()
2575 nullptr, SC_Extern); in SynthGetMetaClassFunctionDecl()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp1765 SC_Extern, in LazilyCreateBuiltin()
2556 FD->getStorageClass() == SC_Extern); in canRedefineFunction()
3999 return SC_Extern; in StorageClassSpecToVarDeclStorageClass()
5606 SC = SC_Extern; in ActOnVariableDeclarator()
5609 bool IsLocalExternDecl = SC == SC_Extern && in ActOnVariableDeclarator()
5733 case SC_Extern: in ActOnVariableDeclarator()
5997 case SC_Extern: in ActOnVariableDeclarator()
6840 return SC_Extern; in getFunctionStorageClass()
9301 if (VDecl->getStorageClass() == SC_Extern && in AddInitializerToDecl()
9416 Var->getStorageClass() != SC_Extern && !Var->getInit()) { in ActOnUninitializedDecl()
[all …]
HDSemaExprObjC.cpp3227 var->getStorageClass() == SC_Extern && in VisitDeclRefExpr()
HDSemaTemplate.cpp2517 << /*is definition*/(SC != SC_Extern && !CurContext->isRecord()) in ActOnVarTemplateSpecialization()
HDSemaExpr.cpp4709 SC_Extern, false, in rewriteBuiltinFunctionDecl()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangASTSource.cpp1967 SC_Extern, in AddFunDecl()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDecl.h914 return getStorageClass() == SC_Extern || in hasExternalStorage()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp1193 if (VD->getStorageClass() == SC_Extern && VarLinkage != NoLinkage && in VisitVarDeclImpl()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDSymbolFileDWARF.cpp6570 storage = clang::SC_Extern; in ParseType()