Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXCursor.h250 ASTContext &getCursorContext(CXCursor Cursor);
H A DCIndex.cpp3650 ASTContext &Ctx = getCursorContext(C);
3777 PrintingPolicy Policy = getCursorContext(C).getPrintingPolicy();
4519 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()
4522 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()
4532 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()
4542 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()
4546 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()
4780 return cxloc::translateSourceRange(getCursorContext(C), R); in clang_getCursorExtent()
6595 ASTContext &Context = getCursorContext(C); in clang_Cursor_getCommentRange()
6608 ASTContext &Context = getCursorContext(C); in clang_Cursor_getRawCommentText()
[all …]
H A DCXComment.cpp39 const ASTContext &Context = getCursorContext(C); in clang_Cursor_getParsedComment()
H A DCXType.cpp312 return FD->getBitWidthValue(getCursorContext(C)); in clang_getFieldDeclBitWidth()
852 ASTContext &Ctx = cxcursor::getCursorContext(C); in clang_getDeclObjCTypeEncoding()
H A DCXCursor.cpp892 ASTContext &cxcursor::getCursorContext(CXCursor Cursor) { in getCursorContext() function in cxcursor