Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp276 if (isInScope(declLoc)) { in checkRef()
284 bool isInScope(SourceLocation loc) { in isInScope() function in __anon8cc0ab7c0211::AutoreleasePoolRewriter::NameReferenceChecker
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
DUnwind-EHABI.cpp120 bool isInScope = (scopeStart <= pc) && (pc < scopeEnd); in ProcessDescriptors() local
136 if (isInScope) { in ProcessDescriptors()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DGenericTaintChecker.cpp132 bool isInScope(StringRef Scope) const { in isInScope() function
414 return Scope.empty() || FData.isInScope(Scope); in findFunctionInConfig()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DNewGVN.cpp3719 bool isInScope(int DFSIn, int DFSOut) const { in isInScope() function in __anon2807e6e01511::ValueDFSStack
3970 !EliminationStack.isInScope(MemberDFSIn, MemberDFSOut); in eliminateInstructions()
4091 !EliminationStack.isInScope(MemberDFSIn, MemberDFSOut)) { in eliminateInstructions()