Searched refs:getCursorContext (Results 1 – 5 of 5) sorted by relevance
3517 ASTContext &ctx = getCursorContext(C); in evaluateExpr()4144 return cxstring::createDup(getCursorContext(C).getTypeDeclType(Type). in clang_getCursorSpelling()4284 ASTContext &Ctx = getCursorContext(C); in clang_Cursor_getSpellingNameRange()4408 PrintingPolicy Policy = getCursorContext(C).getPrintingPolicy(); in clang_getCursorDisplayName()5199 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()5202 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()5208 return cxloc::translateSourceLocation(getCursorContext(C), P.second); in clang_getCursorLocation()5212 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()5222 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()5226 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()[all …]
247 ASTContext &getCursorContext(CXCursor Cursor);
314 return FD->getBitWidthValue(getCursorContext(C)); in clang_getFieldDeclBitWidth()859 ASTContext &Ctx = cxcursor::getCursorContext(C); in clang_Cursor_getOffsetOfField()900 ASTContext &Ctx = cxcursor::getCursorContext(C); in clang_getDeclObjCTypeEncoding()
39 const ASTContext &Context = getCursorContext(C); in clang_Cursor_getParsedComment()
956 ASTContext &cxcursor::getCursorContext(CXCursor Cursor) { in getCursorContext() function in cxcursor