Searched refs:isFileVarDecl (Results 1 – 9 of 9) sorted by relevance
1045 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()1064 && !isFileVarDecl(); in isStaticLocal()1194 bool isFileVarDecl() const { in isFileVarDecl() function
3931 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()7037 if (I->isFileVarDecl()) { in CheckShadow()7358 if (NewVD->isFileVarDecl() || NewVD->isStaticLocal() || in CheckVariableDeclarationType()7456 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()7470 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()11346 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()12148 if (VD->isFileVarDecl() && !isa<VarTemplatePartialSpecializationDecl>(VD)) in FinalizeDeclaration()
2168 else if (VD && VD->isFileVarDecl()) in reportOriginalDsa()13687 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in checkDeclIsAllowedInOpenMPTarget()
1747 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in tryEmitBase()
2198 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
2107 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
9773 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()9874 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
3558 if (D->isFileVarDecl()) { in VisitVarDecl()
2783 return Var->isFileVarDecl() && in isConsumerInterestedIn()