Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndex.cpp168 static SourceRange getFullCursorExtent(CXCursor C, SourceManager &SrcMgr);
593 SourceRange Range = getFullCursorExtent(Cursor, AU->getSourceManager()); in shouldVisitCursor()
4797 static SourceRange getFullCursorExtent(CXCursor C, SourceManager &SrcMgr) { in getFullCursorExtent() function