Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCursorVisitor.h276 bool IsInRegionOfInterest(CXCursor C);
H A DCIndex.cpp3335 bool CursorVisitor::IsInRegionOfInterest(CXCursor C) { in IsInRegionOfInterest() function in CursorVisitor
3415 if (!IsInRegionOfInterest(Cursor)) in RunVisitorWorkList()