Searched refs:isLocalVarDecl (Results 1 – 8 of 8) sorted by relevance
29 if (vd->isLocalVarDecl() && !vd->hasGlobalStorage() && in isTrackedVar()
1091 (getContext().getLangOptions().ThreadsafeStatics && D.isLocalVarDecl()); in EmitGuardedInit()
867 else if (VD->isLocalVarDecl()) { in EmitLValue()
90 assert(VD.isLocalVarDecl() && in EmitDecl()
2102 !Old->hasLinkage() && Old->isLocalVarDecl()) { in MergeVarDecl()2108 !New->hasLinkage() && New->isLocalVarDecl()) { in MergeVarDecl()5410 if (VDecl->isLocalVarDecl()) { in AddInitializerToDecl()5659 if (!Type->isDependentType() && Var->isLocalVarDecl() && in ActOnUninitializedDecl()
927 if (VD && VD->isLocalVarDecl() && !VD->hasLocalStorage()) in ActOnForStmt()
94 if (VDecl->isLocalVarDecl()) in VisitDeclRefExpr()
838 bool isLocalVarDecl() const { in isLocalVarDecl() function