Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2503 for (auto &BasePair : Info.PointerToBase) in insertParsePoints() local
2504 if (isa<Constant>(BasePair.second)) in insertParsePoints()
2505 Info.LiveSet.remove(BasePair.first); in insertParsePoints()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp1379 DeclAccessPair BasePair = in checkMemberDecomposition() local
1381 const CXXRecordDecl *RD = cast_or_null<CXXRecordDecl>(BasePair.getDecl()); in checkMemberDecomposition()
1438 BasePair.getAccess(), FD->getAccess()))); in checkMemberDecomposition()