Searched refs:isFileVarDecl (Results 1 – 9 of 9) sorted by relevance
893 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()911 && !isFileVarDecl(); in isStaticLocal()1043 bool isFileVarDecl() const { in isFileVarDecl() function
3528 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()6331 if (I->isFileVarDecl()) { in CheckShadow()6551 if (NewVD->isFileVarDecl()) { in CheckVariableDeclarationType()6629 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()6643 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()9570 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()10220 if (VD->isFileVarDecl() && !VD->getDescribedVarTemplate() && in FinalizeDeclaration()
1262 else if (VD->isFileVarDecl()) in ReportOriginalDSA()
992 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in EmitLValue()
1512 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
1974 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
3148 if (D->isFileVarDecl()) { in VisitVarDecl()3252 if (!D->isFileVarDecl() && in VisitVarDecl()
8391 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()8454 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
2412 return Var->isFileVarDecl() && in isConsumerInterestedIn()