Searched refs:isFileVarDecl (Results 1 – 12 of 12) sorted by relevance
831 (VD->isFileVarDecl() || VD->isStaticDataMember()) && in MaybeAddConstantAttr()
4709 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()8395 if (I->isFileVarDecl()) { in CheckShadow()8773 if (NewVD->isFileVarDecl() || NewVD->isStaticLocal() || in CheckVariableDeclarationType()8909 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()8923 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()14022 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()14082 VDecl->isFileVarDecl()) in AddInitializerToDecl()15040 if (VD->isFileVarDecl() && !isa<VarTemplatePartialSpecializationDecl>(VD)) in FinalizeDeclaration()
1919 assert(VD->isFileVarDecl() && in checkVar()
3663 else if (VD && VD->isFileVarDecl()) in reportOriginalDsa()23072 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in ActOnOpenMPDeclareTargetName()23179 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in checkDeclIsAllowedInOpenMPTarget()
1172 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()1191 && !isFileVarDecl(); in isStaticLocal()1321 bool isFileVarDecl() const { in isFileVarDecl() function
355 assert(vd->isFileVarDecl() && "Cannot emit local var decl as global."); in emitGlobal()
3253 return Var->isFileVarDecl() && in isConsumerInterestedIn()4339 VD && VD->isFileVarDecl() && !VD->isExternallyVisible()) in PassInterestingDeclsToConsumer()
2248 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in tryEmitBase()
4079 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
2336 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
12936 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()13017 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
4748 if (D->isFileVarDecl()) { in VisitVarDecl()