Home | History | Annotate | Download | only in AST

Lines Matching full:vardecl

1017        llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures,
1672 VarDecl **Indices,
1678 VarDecl **MyIndices = reinterpret_cast<VarDecl **> (this + 1);
1679 memcpy(MyIndices, Indices, NumIndices * sizeof(VarDecl *));
1687 VarDecl **Indices,
1690 sizeof(VarDecl *) * NumIndices,