Searched refs:checkVar (Results 1 – 3 of 3) sorted by relevance
1117 static bool checkVar(SwitchStatement *s, VarDeclaration *vd) in checkVar() function1151 if (sdefault && checkVar(this, sdefault->lastVar)) in checkLabel()1157 if (scase && checkVar(this, scase->lastVar)) in checkLabel()
1222 bool checkVar(VarDeclaration vd) in checkLabel()1239 if (sdefault && checkVar(sdefault.lastVar)) in checkLabel()1244 if (scase && checkVar(scase.lastVar)) in checkLabel()
1587 void checkVar(VarDecl *VD) { in checkVar() function in __anon4163d5400411::DeferredDiagnosticsEmitter1638 checkVar(cast<VarDecl>(D)); in checkRecordedDecl()