Searched refs:isFileVarDecl (Results 1 – 8 of 8) sorted by relevance
812 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()826 && !isFileVarDecl(); in isStaticLocal()952 bool isFileVarDecl() const { in isFileVarDecl() function
1250 if (!VD->isFileVarDecl() || in ShouldWarnIfUnusedFileScopedDecl()2987 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()5381 if (I->isFileVarDecl()) { in CheckShadow()5586 if (getLangOpts().OpenCL && NewVD->isFileVarDecl() in CheckVariableDeclarationType()5631 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()5645 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()8229 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()8702 if (VD->isFileVarDecl()) in FinalizeDeclaration()
884 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in EmitLValue()
1165 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
1719 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
7882 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()7937 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
3028 if (D->isFileVarDecl()) { in VisitVarDecl()
1880 return Var->isFileVarDecl() && in isConsumerInterestedIn()