Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp382 FieldDecl *BazPtrDecl = nullptr; in TEST() local
391 BazPtrDecl = Field; in TEST()
399 ASSERT_THAT(BazPtrDecl, NotNull()); in TEST()
428 cast<PointerValue>(BarReferentVal->getChild(*BazPtrDecl)); in TEST()
539 FieldDecl *BazPtrDecl = nullptr; in TEST() local
548 BazPtrDecl = Field; in TEST()
556 ASSERT_THAT(BazPtrDecl, NotNull()); in TEST()
585 cast<PointerValue>(BarPointeeVal->getChild(*BazPtrDecl)); in TEST()