Searched refs:isFileVarDecl (Results 1 – 9 of 9) sorted by relevance
876 return !isFileVarDecl(); in hasLocalStorage()887 return getStorageClass() == SC_Static && !isFileVarDecl(); in isStaticLocal()1000 bool isFileVarDecl() const { in isFileVarDecl() function
1099 if (!VD->isFileVarDecl() || in ShouldWarnIfUnusedFileScopedDecl()2316 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()4247 if (I->isFileVarDecl()) { in CheckShadow()4364 if (NewVD->isFileVarDecl()) in CheckVariableDeclaration()4378 if (NewVD->isFileVarDecl()) in CheckVariableDeclaration()6435 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()
910 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in EmitLValue()
1498 assert((VD->hasExternalStorage() || VD->isFileVarDecl()) && in EmitGlobalVarDeclLValue()1558 if (VD->hasExternalStorage() || VD->isFileVarDecl()) in EmitDeclRefLValue()
838 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
1246 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
6643 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()6687 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
2790 if (D->isFileVarDecl()) { in VisitVarDecl()
1653 return Var->isFileVarDecl() && in isConsumerInterestedIn()