Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCursorVisitor.h275 bool IsInRegionOfInterest(CXCursor C);
H A DCIndex.cpp3309 bool CursorVisitor::IsInRegionOfInterest(CXCursor C) { in IsInRegionOfInterest() function in CursorVisitor
3389 if (!IsInRegionOfInterest(Cursor)) in RunVisitorWorkList()