Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp277 if (isInScope(declLoc)) { in checkRef()
285 bool isInScope(SourceLocation loc) { in isInScope() function in __anon6cdd62940211::AutoreleasePoolRewriter::NameReferenceChecker
/llvm-project-15.0.7/libunwind/src/
H A DUnwind-EHABI.cpp120 bool isInScope = (scopeStart <= pc) && (pc < scopeEnd); in ProcessDescriptors() local
136 if (isInScope) { in ProcessDescriptors()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3751 bool isInScope(int DFSIn, int DFSOut) const { in isInScope() function in __anonf7cb05f81511::ValueDFSStack
4002 !EliminationStack.isInScope(MemberDFSIn, MemberDFSOut); in eliminateInstructions()
4123 !EliminationStack.isInScope(MemberDFSIn, MemberDFSOut)) { in eliminateInstructions()