HomeSort by relevance Sort by last modified time
    Searched refs:isInScope (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 277 if (isInScope(declLoc)) {
285 bool isInScope(SourceLocation loc) {
  /external/libunwind_llvm/src/
Unwind-EHABI.cpp 114 bool isInScope = (scopeStart <= pc) && (pc < scopeEnd);
130 if (isInScope) {
    [all...]