Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DJumpDiagnostics.cpp83 void BuildScopeInformation(VarDecl *D, const BlockDecl *BDecl,
251 const BlockDecl *BDecl, in BuildScopeInformation() argument
283 Loc = BDecl->getLocation(); in BuildScopeInformation()
558 if (auto *BDecl = EWC->getObject(i).dyn_cast<BlockDecl *>()) in BuildScopeInformation() local
559 for (const auto &CI : BDecl->captures()) { in BuildScopeInformation()
561 BuildScopeInformation(variable, BDecl, origParentScope); in BuildScopeInformation()
/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp2767 const ValueDecl *BDecl = findValueDecl(ASTCtx, "B"); in TEST() local
2768 ASSERT_THAT(BDecl, NotNull()); in TEST()
2771 dyn_cast_or_null<BoolValue>(Env.getValue(*BDecl, SkipPast::None)); in TEST()
3307 const ValueDecl *BDecl = findValueDecl(ASTCtx, "B"); in TEST() local
3308 ASSERT_THAT(BDecl, NotNull()); in TEST()
3309 auto &BVal = *cast<BoolValue>(Env.getValue(*BDecl, SkipPast::None)); in TEST()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DTargetInfo.cpp11009 const auto *BDecl = in detectFPCCEligibleStructHelper() local
11011 CharUnits BaseOff = Layout.getBaseClassOffset(BDecl); in detectFPCCEligibleStructHelper()