Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXCursor.h269 CXCursor newCursor = cursor; in getTypeRefedCallExprCursor() local
271 newCursor.xdata = 1; in getTypeRefedCallExprCursor()
272 return newCursor; in getTypeRefedCallExprCursor()
H A DCXCursor.cpp1170 CXCursor newCursor = cursor; in getSelectorIdentifierCursor() local
1176 newCursor.xdata = -1; in getSelectorIdentifierCursor()
1178 newCursor.xdata = SelIdx; in getSelectorIdentifierCursor()
1184 newCursor.xdata = -1; in getSelectorIdentifierCursor()
1186 newCursor.xdata = SelIdx; in getSelectorIdentifierCursor()
1189 return newCursor; in getSelectorIdentifierCursor()