Searched refs:isFileVarDecl (Results 1 – 9 of 9) sorted by relevance
874 return !isFileVarDecl(); in hasLocalStorage()885 return getStorageClass() == SC_Static && !isFileVarDecl(); in isStaticLocal()998 bool isFileVarDecl() const { in isFileVarDecl() function
1205 if (!VD->isFileVarDecl() || in ShouldWarnIfUnusedFileScopedDecl()2547 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()4477 if (I->isFileVarDecl()) { in CheckShadow()4603 if (NewVD->isFileVarDecl()) in CheckVariableDeclaration()4617 if (NewVD->isFileVarDecl()) in CheckVariableDeclaration()6687 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()
913 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in EmitLValue()
1639 assert((VD->hasExternalStorage() || VD->isFileVarDecl()) && in EmitGlobalVarDeclLValue()1699 if (VD->hasExternalStorage() || VD->isFileVarDecl()) in EmitDeclRefLValue()
896 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
1274 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
7258 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()7302 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
2771 if (D->isFileVarDecl()) { in VisitVarDecl()
1659 return Var->isFileVarDecl() && in isConsumerInterestedIn()