Lines Matching refs:FooRefDecl
379 FieldDecl *FooRefDecl = nullptr; in TEST() local
385 FooRefDecl = Field; in TEST()
396 ASSERT_THAT(FooRefDecl, NotNull()); in TEST()
413 cast<ReferenceValue>(BarReferentVal->getChild(*FooRefDecl)); in TEST()
536 FieldDecl *FooRefDecl = nullptr; in TEST() local
542 FooRefDecl = Field; in TEST()
553 ASSERT_THAT(FooRefDecl, NotNull()); in TEST()
570 cast<ReferenceValue>(BarPointeeVal->getChild(*FooRefDecl)); in TEST()
3500 const ValueDecl *FooRefDecl = findValueDecl(ASTCtx, "FooRef"); in TEST() local
3501 ASSERT_THAT(FooRefDecl, NotNull()); in TEST()
3516 Env.getStorageLocation(*FooRefDecl, SkipPast::Reference); in TEST()
3562 const ValueDecl *FooRefDecl = findValueDecl(ASTCtx, "FooRef"); in TEST() local
3563 ASSERT_THAT(FooRefDecl, NotNull()); in TEST()
3578 Env.getStorageLocation(*FooRefDecl, SkipPast::Reference); in TEST()
3625 const ValueDecl *FooRefDecl = findValueDecl(ASTCtx, "FooRef"); in TEST() local
3626 ASSERT_THAT(FooRefDecl, NotNull()); in TEST()
3641 Env.getStorageLocation(*FooRefDecl, SkipPast::Reference); in TEST()