Lines Matching defs:EnvBefore
2424 const Environment &EnvBefore =
2430 getLocForDecl<RecordStorageLocation>(ASTCtx, EnvBefore, "B");
2432 getLocForDecl<RecordStorageLocation>(ASTCtx, EnvBefore, "D");
2434 EXPECT_NE(getFieldValue(&BLoc, "base", ASTCtx, EnvBefore),
2435 getFieldValue(&DLoc, "base", ASTCtx, EnvBefore));
2439 EXPECT_EQ(getFieldValue(&DLoc, "derived", ASTCtx, EnvBefore),
2528 const Environment &EnvBefore =
2532 *EnvBefore.get<RecordStorageLocation>(*S1Decl),
2533 *EnvBefore.get<RecordStorageLocation>(*S2Decl), EnvBefore));
2535 *EnvBefore.get<RecordStorageLocation>(*S2Decl),
2536 *EnvBefore.get<RecordStorageLocation>(*S3Decl), EnvBefore));
3854 const Environment &EnvBefore =
3860 &getLocForDecl(ASTCtx, EnvBefore, "I"));
3863 EXPECT_NE(EnvBefore.getValue(*IDecl), nullptr);
3880 const Environment &EnvBefore =
3885 EXPECT_EQ(&getValueForDecl(ASTCtx, EnvBefore, "I"),