Searched refs:isFileVarDecl (Results 1 – 9 of 9) sorted by relevance
825 return !isFileVarDecl() && getTSCSpec() == TSCS_unspecified; in hasLocalStorage()843 && !isFileVarDecl(); in isStaticLocal()970 bool isFileVarDecl() const { in isFileVarDecl() function
3214 if (!New->hasExternalStorage() && !New->isFileVarDecl() && in MergeVarDecl()5772 if (I->isFileVarDecl()) { in CheckShadow()5977 if (getLangOpts().OpenCL && NewVD->isFileVarDecl() in CheckVariableDeclarationType()6022 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()6036 if (NewVD->isFileVarDecl()) in CheckVariableDeclarationType()8679 } else if (VDecl->isFileVarDecl()) { in AddInitializerToDecl()9280 if (VD->isFileVarDecl() && !VD->getDescribedVarTemplate() && in FinalizeDeclaration()
813 else if (VD->isFileVarDecl()) in ReportOriginalDSA()
869 if (VD->isFileVarDecl() || VD->hasExternalStorage()) in EmitLValue()
1257 assert(VD->isFileVarDecl() && "Cannot emit local var decl as global."); in EmitGlobal()
1868 if (!C.getLangOpts().CPlusPlus && isFileVarDecl()) in isThisDeclarationADefinition()
7879 if (!VD->isFileVarDecl()) in DeclMustBeEmitted()7937 assert(VD->isFileVarDecl() && "Expected file scoped var"); in DeclMustBeEmitted()
3031 if (D->isFileVarDecl()) { in VisitVarDecl()
2191 return Var->isFileVarDecl() && in isConsumerInterestedIn()