Searched refs:LDecl (Results 1 – 2 of 2) sorted by relevance
3429 const ValueDecl *LDecl = findValueDecl(ASTCtx, "l"); in TEST() local3430 ASSERT_THAT(LDecl, NotNull()); in TEST()3434 dyn_cast<PointerValue>(InnerEnv.getValue(*LDecl, SkipPast::None)); in TEST()3442 dyn_cast<PointerValue>(OuterEnv.getValue(*LDecl, SkipPast::None)); in TEST()
9818 const ObjCInterfaceDecl* LDecl = LHS->getInterface(); in areCommonBaseCompatible() local9821 if (!LDecl || !RDecl) in areCommonBaseCompatible()