Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp380 FieldDecl *FooPtrDecl = nullptr; in TEST() local
387 FooPtrDecl = Field; in TEST()
397 ASSERT_THAT(FooPtrDecl, NotNull()); in TEST()
418 cast<PointerValue>(BarReferentVal->getChild(*FooPtrDecl)); in TEST()
537 FieldDecl *FooPtrDecl = nullptr; in TEST() local
544 FooPtrDecl = Field; in TEST()
554 ASSERT_THAT(FooPtrDecl, NotNull()); in TEST()
575 cast<PointerValue>(BarPointeeVal->getChild(*FooPtrDecl)); in TEST()