Lines Matching defs:BlockConstruct
1260 bool Pre(const parser::BlockConstruct &);
2557 if (kind != Scope::Kind::BlockConstruct &&
2699 if (child.kind() == Scope::Kind::BlockConstruct) {
2946 kind == Scope::Kind::BlockConstruct) {
5361 currScope().kind() == Scope::Kind::BlockConstruct)) {
5390 if (currScope().kind() == Scope::Kind::BlockConstruct) {
6706 if (currScope().kind() != Scope::Kind::BlockConstruct) {
7509 bool ConstructVisitor::Pre(const parser::BlockConstruct &x) {
7513 PushScope(Scope::Kind::BlockConstruct, nullptr);
7915 bool Pre(const parser::BlockConstruct &) {
7920 void Post(const parser::BlockConstruct &) {