Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp285 bool isInScope(SourceLocation loc) { in isInScope() function in __anon5d4913f90211::AutoreleasePoolRewriter::NameReferenceChecker
/src/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.cpp120 bool isInScope = (scopeStart <= pc) && (pc < scopeEnd); in ProcessDescriptors() local
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3761 bool isInScope(int DFSIn, int DFSOut) const { in isInScope() function in __anon4fc2225d1511::ValueDFSStack