Home
last modified time | relevance | path

Searched refs:FooRefDecl (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp379 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()
3501 ASSERT_THAT(FooRefDecl, NotNull()); in TEST()
3563 ASSERT_THAT(FooRefDecl, NotNull()); in TEST()
[all …]