Searched refs:SC_Extern (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/Basic/ |
D | Specifiers.h | 173 SC_Extern, enumerator
|
/external/clang/lib/AST/ |
D | Decl.cpp | 593 if (Var->getStorageClass() != SC_Extern && in getLVForNamespaceScopeDecl() 1676 case SC_Extern: return "extern"; in getStorageClassSpecifierString() 2654 if (FD->getStorageClass() == SC_Extern) in isMSExternInline() 2661 if (Redecl->getStorageClass() != SC_Extern) in redeclForcesDefMSVC() 2666 if (FD->getStorageClass() == SC_Extern) in redeclForcesDefMSVC() 2682 if (!Redecl->isInlineSpecified() || Redecl->getStorageClass() == SC_Extern) in RedeclForcesDefC99() 2713 if (!isInlineSpecified() || getStorageClass() == SC_Extern) in doesDeclarationForceExternallyVisibleDefinition() 2725 Prev->getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition() 2728 Prev->getStorageClass() != SC_Extern) { in doesDeclarationForceExternallyVisibleDefinition() 2742 if (isInlineSpecified() && getStorageClass() != SC_Extern) in doesDeclarationForceExternallyVisibleDefinition() [all …]
|
D | DeclPrinter.cpp | 392 case SC_Extern: Out << "extern "; break; in VisitFunctionDecl()
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 2242 nullptr, SC_Extern); in SynthSelGetUidFunctionDecl() 2338 nullptr, SC_Extern); in SynthSuperConstructorFunctionDecl() 2357 nullptr, SC_Extern); in SynthMsgSendFunctionDecl() 2379 nullptr, SC_Extern); in SynthMsgSendSuperFunctionDecl() 2398 nullptr, SC_Extern); in SynthMsgSendStretFunctionDecl() 2423 SC_Extern); in SynthMsgSendSuperStretFunctionDecl() 2442 nullptr, SC_Extern); in SynthMsgSendFpretFunctionDecl() 2456 nullptr, SC_Extern); in SynthGetClassFunctionDecl() 2472 SC_Extern); in SynthGetSuperClassFunctionDecl() 2486 nullptr, SC_Extern); in SynthGetMetaClassFunctionDecl() [all …]
|
D | RewriteModernObjC.cpp | 2357 nullptr, SC_Extern); in SynthSelGetUidFunctionDecl() 2455 nullptr, SC_Extern); in SynthSuperConstructorFunctionDecl() 2474 SC_Extern); in SynthMsgSendFunctionDecl() 2488 nullptr, SC_Extern); in SynthMsgSendSuperFunctionDecl() 2507 nullptr, SC_Extern); in SynthMsgSendStretFunctionDecl() 2524 SC_Extern); in SynthMsgSendSuperStretFunctionDecl() 2543 nullptr, SC_Extern); in SynthMsgSendFpretFunctionDecl() 2557 nullptr, SC_Extern); in SynthGetClassFunctionDecl() 2573 SC_Extern); in SynthGetSuperClassFunctionDecl() 2587 nullptr, SC_Extern); in SynthGetMetaClassFunctionDecl() [all …]
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 1666 SC_Extern, in LazilyCreateBuiltin() 2355 FD->getStorageClass() == SC_Extern); in canRedefineFunction() 3658 return SC_Extern; in StorageClassSpecToVarDeclStorageClass() 5216 SC = SC_Extern; in ActOnVariableDeclarator() 5219 bool IsLocalExternDecl = SC == SC_Extern && in ActOnVariableDeclarator() 5343 case SC_Extern: in ActOnVariableDeclarator() 5594 case SC_Extern: in ActOnVariableDeclarator() 6437 return SC_Extern; in getFunctionStorageClass() 8680 if (VDecl->getStorageClass() == SC_Extern && in AddInitializerToDecl() 8795 Var->getStorageClass() != SC_Extern && !Var->getInit()) { in ActOnUninitializedDecl() [all …]
|
D | SemaExprObjC.cpp | 2929 var->getStorageClass() == SC_Extern && in VisitDeclRefExpr()
|
D | SemaTemplate.cpp | 2489 << /*is definition*/(SC != SC_Extern && !CurContext->isRecord()) in ActOnVarTemplateSpecialization()
|
/external/clang/include/clang/AST/ |
D | Decl.h | 849 return getStorageClass() == SC_Extern || in hasExternalStorage()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1001 if (VD->getStorageClass() == SC_Extern && VarLinkage != NoLinkage && in VisitVarDeclImpl()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 6410 storage = clang::SC_Extern; in ParseType()
|