Searched refs:isFileVarDecl (Results 1 – 11 of 11) sorted by relevance
677 (VD->isFileVarDecl() || VD->isStaticDataMember()) && in MaybeAddCUDAConstantAttr()
4186 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()7641 if (I->isFileVarDecl()) { in CheckShadow()7966 if (NewVD->isFileVarDecl() || NewVD->isStaticLocal() || in CheckVariableDeclarationType()8068 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()8082 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()12485 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()12541 if (LangOpts.OpenMP && VDecl->isFileVarDecl()) in AddInitializerToDecl()13426 if (VD->isFileVarDecl() && !isa<VarTemplatePartialSpecializationDecl>(VD)) in FinalizeDeclaration()
1588 assert(VD->isFileVarDecl() && in checkVar()
3348 else if (VD && VD->isFileVarDecl()) in reportOriginalDsa()20157 if (!VD->isFileVarDecl() && !VD->isStaticLocal() && in checkDeclIsAllowedInOpenMPTarget()
1082 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()1101 && !isFileVarDecl(); in isStaticLocal()1231 bool isFileVarDecl() const { in isFileVarDecl() function
1896 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in tryEmitBase()
2915 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
2205 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
10865 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()10937 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
3969 if (D->isFileVarDecl()) { in VisitVarDecl()
2852 return Var->isFileVarDecl() && in isConsumerInterestedIn()