Searched refs:isFileVarDecl (Results 1 – 9 of 9) sorted by relevance
966 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()984 && !isFileVarDecl(); in isStaticLocal()1113 bool isFileVarDecl() const { in isFileVarDecl() function
3615 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()6572 if (I->isFileVarDecl()) { in CheckShadow()6838 if (NewVD->isFileVarDecl() || NewVD->isStaticLocal() || in CheckVariableDeclarationType()6908 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()6922 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()9907 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()10629 if (VD->isFileVarDecl() && !VD->getDescribedVarTemplate() && in FinalizeDeclaration()
1435 else if (VD && VD->isFileVarDecl()) in ReportOriginalDSA()
1005 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in EmitLValue()
1594 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
1983 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
3372 if (D->isFileVarDecl()) { in VisitVarDecl()3476 if (!D->isFileVarDecl() && in VisitVarDecl()
8556 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()8628 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
2511 return Var->isFileVarDecl() && in isConsumerInterestedIn()