Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp1220 CXCursor newCursor = cursor; in getSelectorIdentifierCursor() local
1226 newCursor.xdata = -1; in getSelectorIdentifierCursor()
1228 newCursor.xdata = SelIdx; in getSelectorIdentifierCursor()
1234 newCursor.xdata = -1; in getSelectorIdentifierCursor()
1236 newCursor.xdata = SelIdx; in getSelectorIdentifierCursor()
1239 return newCursor; in getSelectorIdentifierCursor()