Searched refs:isFileVarDecl (Results 1 – 12 of 12) sorted by relevance
1214 if (Decl->isFileVarDecl() && Type.getTypePtr()->isAnyPointerType() && in findStyleKind()1218 if (Decl->isFileVarDecl() && NamingStyles[SK_GlobalConstant]) in findStyleKind()1241 if (Decl->isFileVarDecl() && Type.getTypePtr()->isAnyPointerType() && in findStyleKind()1245 if (Decl->isFileVarDecl() && NamingStyles[SK_GlobalVariable]) in findStyleKind()
718 (VD->isFileVarDecl() || VD->isStaticDataMember()) && in MaybeAddCUDAConstantAttr()
4590 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()8081 if (I->isFileVarDecl()) { in CheckShadow()8398 if (NewVD->isFileVarDecl() || NewVD->isStaticLocal() || in CheckVariableDeclarationType()8499 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()8513 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()13039 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()13097 VDecl->isFileVarDecl()) in AddInitializerToDecl()13980 if (VD->isFileVarDecl() && !isa<VarTemplatePartialSpecializationDecl>(VD)) in FinalizeDeclaration()
1674 assert(VD->isFileVarDecl() && in checkVar()
3546 else if (VD && VD->isFileVarDecl()) in reportOriginalDsa()22670 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
1927 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in tryEmitBase()
3219 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
2245 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
11549 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()11621 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
4070 if (D->isFileVarDecl()) { in VisitVarDecl()
2979 return Var->isFileVarDecl() && in isConsumerInterestedIn()