Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCursorVisitor.h188 bool Visit(CXCursor Cursor, bool CheckedRegionOfInterest = false);
H A DCIndex.cpp195 bool CursorVisitor::Visit(CXCursor Cursor, bool CheckedRegionOfInterest) { in Visit() argument
214 if (RegionOfInterest.isValid() && !CheckedRegionOfInterest) { in Visit()