Home | History | Annotate | Download | only in Sema

Lines Matching full:vardecl

75   void BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl,
132 if (const VarDecl *VD = dyn_cast<VarDecl>(D)) {
190 VD->getInitStyle() == VarDecl::CallInit) {
227 if (VarDecl *VD = dyn_cast<VarDecl>(D))
233 void JumpScopeChecker::BuildScopeInformation(VarDecl *D,
308 if (VarDecl *Var = cast<SwitchStmt>(S)->getConditionVariable()) {
490 VarDecl *variable = CI.getVariable();