Searched refs:isFileVarDecl (Results 1 – 8 of 8) sorted by relevance
787 return !isFileVarDecl(); in hasLocalStorage()798 return getStorageClass() == SC_Static && !isFileVarDecl(); in isStaticLocal()921 bool isFileVarDecl() const { in isFileVarDecl() function
1236 if (!VD->isFileVarDecl() || in ShouldWarnIfUnusedFileScopedDecl()2921 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()5021 if (I->isFileVarDecl()) { in CheckShadow()5175 if (NewVD->isFileVarDecl()) in CheckVariableDeclaration()5189 if (NewVD->isFileVarDecl()) in CheckVariableDeclaration()7551 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()7993 if (VD->isFileVarDecl()) in FinalizeDeclaration()
907 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in EmitLValue()
1095 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
1596 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
7662 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()7709 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
2982 if (D->isFileVarDecl()) { in VisitVarDecl()
1679 return Var->isFileVarDecl() && in isConsumerInterestedIn()