Lines Matching defs:SLoc
1637 auto &SLoc = getLocForDecl<RecordStorageLocation>(ASTCtx, Env, "s");
1639 for (auto [Field, _] : SLoc.children())
1684 auto &SLoc = getLocForDecl<RecordStorageLocation>(ASTCtx, Env, "s");
1686 for (auto [Field, _] : SLoc.children())
4136 auto &SLoc = getLocForDecl<RecordStorageLocation>(ASTCtx, Env, "s");
4138 EXPECT_EQ(SLoc.getChild(*RefFieldDecl), &ILoc);
4163 auto &SLoc = getLocForDecl<RecordStorageLocation>(ASTCtx, Env, "s");
4167 *cast<IntegerValue>(getFieldValue(&SLoc, *I1FieldDecl, Env));
4170 *cast<IntegerValue>(getFieldValue(&SLoc, *I2FieldDecl, Env));
5975 auto *SLoc = Env.getStorageLocation(*SDecl);
5976 ASSERT_THAT(SLoc, NotNull());
5978 ASSERT_THAT(Env.getReturnStorageLocation(), Eq(SLoc));
6002 auto *SLoc = Env.getStorageLocation(*SDecl);
6003 EXPECT_THAT(SLoc, NotNull());
6008 EXPECT_EQ(Loc, SLoc);