Home
last modified time | relevance | path

Searched refs:hasExternalStorage (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Sema/
DSemaDecl.cpp2077 (Old->getStorageClass() == SC_None || Old->hasExternalStorage())) { in MergeVarDecl()
2091 if (New->hasExternalStorage() && Old->hasLinkage()) in MergeVarDecl()
2101 if (New->hasExternalStorage() && in MergeVarDecl()
2107 if (Old->hasExternalStorage() && in MergeVarDecl()
2118 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()
2153 if (New->hasExternalStorage() && in MergeVarDecl()
4005 if (T->isVoidType() && !NewVD->hasExternalStorage()) { in CheckVariableDeclaration()
5411 if (VDecl->hasExternalStorage()) { // C99 6.7.8p5 in AddInitializerToDecl()
DSemaDeclObjC.cpp2185 if (!VDecl->hasExternalStorage()) in ActOnAtEnd()
DSemaDeclAttr.cpp975 if (VD->hasLocalStorage() || VD->hasExternalStorage()) { in handleUsedAttr()
/external/clang/lib/AST/
DDeclBase.cpp379 if (!Var->hasExternalStorage() || Var->getInit()) { in canBeWeakImported()
DDecl.cpp1161 (getDeclContext()->isFunctionOrMethod() && hasExternalStorage()); in isExternC()
1210 if (hasExternalStorage()) in isThisDeclarationADefinition()
/external/clang/lib/CodeGen/
DCGExpr.cpp1300 assert((VD->hasExternalStorage() || VD->isFileVarDecl()) && in EmitGlobalVarDeclLValue()
1348 if (VD->hasExternalStorage() || VD->isFileVarDecl()) in EmitDeclRefLValue()
DCGExprConstant.cpp865 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in EmitLValue()
DCodeGenModule.cpp1369 !D->hasExternalStorage() && !D->getInit() && in GetLLVMLinkageVarDefinition()
/external/clang/include/clang/AST/
DDecl.h818 bool hasExternalStorage() const { in hasExternalStorage() function