Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp178 static SourceRange getFullCursorExtent(CXCursor C, SourceManager &SrcMgr);
604 SourceRange Range = getFullCursorExtent(Cursor, AU->getSourceManager()); in shouldVisitCursor()
6241 static SourceRange getFullCursorExtent(CXCursor C, SourceManager &SrcMgr) { in getFullCursorExtent() function