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,
250 const BlockDecl *BDecl, in BuildScopeInformation() argument
282 Loc = BDecl->getLocation(); in BuildScopeInformation()
563 if (auto *BDecl = dyn_cast<BlockDecl *>(EWC->getObject(i))) in BuildScopeInformation() local
564 for (const auto &CI : BDecl->captures()) { in BuildScopeInformation()
566 BuildScopeInformation(variable, BDecl, origParentScope); in BuildScopeInformation()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DLoongArch.cpp183 const auto *BDecl = in detectFARsEligibleStructHelper() local
186 B.getType(), CurOff + Layout.getBaseClassOffset(BDecl), in detectFARsEligibleStructHelper()
H A DRISCV.cpp261 const auto *BDecl = in detectFPCCEligibleStructHelper() local
263 CharUnits BaseOff = Layout.getBaseClassOffset(BDecl); in detectFPCCEligibleStructHelper()