Searched refs:isLocalVarDecl (Results 1 – 8 of 8) sorted by relevance
36 if (vd->isLocalVarDecl() && !vd->hasGlobalStorage() && in isTrackedVar()
1063 (getContext().getLangOpts().ThreadsafeStatics && D.isLocalVarDecl()); in EmitGuardedInit()
92 assert(VD.isLocalVarDecl() && in EmitDecl()
909 else if (VD->isLocalVarDecl()) in EmitLValue()
2905 !Old->hasLinkage() && Old->isLocalVarDecl()) { in MergeVarDecl()2911 New->isLocalVarDecl() && !New->hasLinkage()) { in MergeVarDecl()7268 if (VDecl->isLocalVarDecl() && VDecl->hasExternalStorage()) { in AddInitializerToDecl()7448 if (VDecl->isLocalVarDecl()) { in AddInitializerToDecl()7678 if (!Type->isDependentType() && Var->isLocalVarDecl() && in ActOnUninitializedDecl()
1422 if (VD && VD->isLocalVarDecl() && !VD->hasLocalStorage()) in ActOnForStmt()
99 if (VDecl->isLocalVarDecl()) in VisitDeclRefExpr()
833 bool isLocalVarDecl() const { in isLocalVarDecl() function