Home
last modified time | relevance | path

Searched defs:getCursor (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexingContext.h495 CXCursor getCursor(const Decl *D) { in getCursor() function
H A DCIndex.cpp4604 CXCursor cxcursor::getCursor(CXTranslationUnit TU, SourceLocation SLoc) { in getCursor() function in cxcursor
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DGCOV.h224 uint64_t getCursor() const { return Cursor; } in getCursor() function