Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp3429 const ValueDecl *LDecl = findValueDecl(ASTCtx, "l"); in TEST() local
3430 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()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp9818 const ObjCInterfaceDecl* LDecl = LHS->getInterface(); in areCommonBaseCompatible() local
9821 if (!LDecl || !RDecl) in areCommonBaseCompatible()