Searched refs:isFileVarDecl (Results 1 – 9 of 9) sorted by relevance
840 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()858 && !isFileVarDecl(); in isStaticLocal()990 bool isFileVarDecl() const { in isFileVarDecl() function
890 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in EmitLValue()
1359 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
3311 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()5912 if (I->isFileVarDecl()) { in CheckShadow()6117 if (getLangOpts().OpenCL && NewVD->isFileVarDecl() in CheckVariableDeclarationType()6162 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()6176 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()9028 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()9647 if (VD->isFileVarDecl() && !VD->getDescribedVarTemplate() && in FinalizeDeclaration()
917 else if (VD->isFileVarDecl()) in ReportOriginalDSA()
1892 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
7956 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()8016 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
3036 if (D->isFileVarDecl()) { in VisitVarDecl()
2281 return Var->isFileVarDecl() && in isConsumerInterestedIn()