Searched refs:getCursorContext (Results 1 – 5 of 5) sorted by relevance
3584 return cxstring::createDup(getCursorContext(C).getTypeDeclType(Type). in clang_getCursorSpelling()3711 ASTContext &Ctx = getCursorContext(C); in clang_Cursor_getSpellingNameRange()3838 PrintingPolicy Policy = getCursorContext(C).getPrintingPolicy(); in clang_getCursorDisplayName()4582 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()4585 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()4591 return cxloc::translateSourceLocation(getCursorContext(C), P.second); in clang_getCursorLocation()4595 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()4605 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()4609 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()4614 return cxloc::translateSourceLocation(getCursorContext(C), L); in clang_getCursorLocation()[all …]
250 ASTContext &getCursorContext(CXCursor Cursor);
312 return FD->getBitWidthValue(getCursorContext(C)); in clang_getFieldDeclBitWidth()845 ASTContext &Ctx = cxcursor::getCursorContext(C); in clang_Cursor_getOffsetOfField()886 ASTContext &Ctx = cxcursor::getCursorContext(C); in clang_getDeclObjCTypeEncoding()
39 const ASTContext &Context = getCursorContext(C); in clang_Cursor_getParsedComment()
892 ASTContext &cxcursor::getCursorContext(CXCursor Cursor) { in getCursorContext() function in cxcursor