Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSpecifiers.h226 SC_Extern, enumerator
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DDecl.cpp663 if (Var->getStorageClass() != SC_Extern && in getLVForNamespaceScopeDecl()
1991 case SC_Extern: return "extern"; in getStorageClassSpecifierString()
3407 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in isMSExternInline()
3414 if (Redecl->getStorageClass() != SC_Extern) in redeclForcesDefMSVC()
3419 if (!FD->isImplicit() && FD->getStorageClass() == SC_Extern) in redeclForcesDefMSVC()
3469 if (!isInlineSpecified() || getStorageClass() == SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3481 Prev->getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3484 Prev->getStorageClass() != SC_Extern) { in doesDeclarationForceExternallyVisibleDefinition()
3495 if (isInlineSpecified() && getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition()
3583 if (!(isInlineSpecified() && getStorageClass() == SC_Extern)) in isInlineDefinitionExternallyVisible()
[all …]
H A DDeclPrinter.cpp611 case SC_Extern: Out << "extern "; break; in VisitFunctionDecl()
/netbsd/external/apache2/llvm/dist/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()
3598 nullptr, SC_Extern); in RewriteObjCProtocolExpr()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp61 if ((VD->getStorageClass() == StorageClass::SC_Extern) || in WriteNamedDecl()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp3090 FD->getStorageClass() == SC_Extern); in canRedefineFunction()
4944 return SC_Extern; in StorageClassSpecToVarDeclStorageClass()
6878 SC = SC_Extern; in ActOnVariableDeclarator()
6881 bool IsLocalExternDecl = SC == SC_Extern && in ActOnVariableDeclarator()
6958 case SC_Extern: in ActOnVariableDeclarator()
7335 case SC_Extern: in ActOnVariableDeclarator()
8453 return SC_Extern; in getFunctionStorageClass()
12493 if (VDecl->getStorageClass() == SC_Extern && in AddInitializerToDecl()
12506 VDecl->setStorageClass(SC_Extern); in AddInitializerToDecl()
12659 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 DSemaDeclAttr.cpp4517 if (S.LangOpts.CPlusPlus && Fn->getStorageClass() != SC_Extern) in handleGNUInlineAttr()
H A DSemaTemplate.cpp4364 << /*is definition*/(SC != SC_Extern && !CurContext->isRecord()) in ActOnVarTemplateSpecialization()
H A DSemaExpr.cpp6219 SC_Extern, false, in rewriteBuiltinFunctionDecl()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h1107 return getStorageClass() == SC_Extern || in hasExternalStorage()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp1438 if (VD->getStorageClass() == SC_Extern && VarLinkage != NoLinkage && in VisitVarDeclImpl()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp8190 case SC_Extern: in clang_Cursor_getStorageClass()