Searched refs:isFileVarDecl (Results 1 – 11 of 11) sorted by relevance
792 (VD->isFileVarDecl() || VD->isStaticDataMember()) && in MaybeAddCUDAConstantAttr()
4747 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()8389 if (I->isFileVarDecl()) { in CheckShadow()8731 if (NewVD->isFileVarDecl() || NewVD->isStaticLocal() || in CheckVariableDeclarationType()8854 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()8868 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()13891 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()13950 VDecl->isFileVarDecl()) in AddInitializerToDecl()14847 if (VD->isFileVarDecl() && !isa<VarTemplatePartialSpecializationDecl>(VD)) in FinalizeDeclaration()
1735 assert(VD->isFileVarDecl() && in checkVar()
3623 else if (VD && VD->isFileVarDecl()) in reportOriginalDsa()23422 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in checkDeclIsAllowedInOpenMPTarget()
1177 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()1196 && !isFileVarDecl(); in isStaticLocal()1326 bool isFileVarDecl() const { in isFileVarDecl() function
1949 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in tryEmitBase()
3777 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
2334 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
11828 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()11900 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
4395 if (D->isFileVarDecl()) { in VisitVarDecl()
3228 return Var->isFileVarDecl() && in isConsumerInterestedIn()