Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCursorVisitor.h181 bool Visit(CXCursor Cursor, bool CheckedRegionOfInterest = false);
H A DCIndex.cpp194 bool CursorVisitor::Visit(CXCursor Cursor, bool CheckedRegionOfInterest) { in Visit() argument
213 if (RegionOfInterest.isValid() && !CheckedRegionOfInterest) { in Visit()