Searched refs:isFileVarDecl (Results 1 – 11 of 11) sorted by relevance
717 (VD->isFileVarDecl() || VD->isStaticDataMember()) && in MaybeAddCUDAConstantAttr()
4249 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()7707 if (I->isFileVarDecl()) { in CheckShadow()8026 if (NewVD->isFileVarDecl() || NewVD->isStaticLocal() || in CheckVariableDeclarationType()8127 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()8141 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()12542 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()12598 if (LangOpts.OpenMP && VDecl->isFileVarDecl()) in AddInitializerToDecl()13482 if (VD->isFileVarDecl() && !isa<VarTemplatePartialSpecializationDecl>(VD)) in FinalizeDeclaration()
1646 assert(VD->isFileVarDecl() && in checkVar()
3348 else if (VD && VD->isFileVarDecl()) in reportOriginalDsa()20545 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in checkDeclIsAllowedInOpenMPTarget()
1108 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()1127 && !isFileVarDecl(); in isStaticLocal()1257 bool isFileVarDecl() const { in isFileVarDecl() function
1896 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in tryEmitBase()
2945 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
2205 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
10912 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()10984 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
4020 if (D->isFileVarDecl()) { in VisitVarDecl()
2870 return Var->isFileVarDecl() && in isConsumerInterestedIn()