Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
564 if (auto *BDecl = EWC->getObject(i).dyn_cast<BlockDecl *>()) in BuildScopeInformation() local
565 for (const auto &CI : BDecl->captures()) { in BuildScopeInformation()
567 BuildScopeInformation(variable, BDecl, origParentScope); in BuildScopeInformation()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp184 const auto *BDecl = in detectFARsEligibleStructHelper() local
187 B.getType(), CurOff + Layout.getBaseClassOffset(BDecl), in detectFARsEligibleStructHelper()
H A DRISCV.cpp190 const auto *BDecl = in detectFPCCEligibleStructHelper() local
192 CharUnits BaseOff = Layout.getBaseClassOffset(BDecl); in detectFPCCEligibleStructHelper()