Home | History | Annotate | Download | only in Core

Lines Matching defs:varDecl

593   const VarDecl *varDecl = Dtor.getVarDecl();
594 QualType varType = varDecl->getType();
597 SVal dest = state->getLValue(varDecl, Pred->getLocationContext());
1678 llvm::ImmutableSet<const VarDecl *>)
1689 const VarDecl *VD = cast<VarDecl>(DS->getSingleDecl());
1892 if (const VarDecl *VD = dyn_cast<VarDecl>(D)) {
1907 llvm::DenseMap<const VarDecl *, FieldDecl *> LambdaCaptureFields;
2010 if (isa<VarDecl>(Member) || isa<EnumConstantDecl>(Member)) {