Searched refs:getCursorContext (Results 1 – 5 of 5) sorted by relevance
242 ASTContext &getCursorContext(CXCursor Cursor);
4135 ASTContext &ctx = getCursorContext(C); in evaluateExpr()4985 ASTContext &Ctx = getCursorContext(C); in clang_Cursor_getSpellingNameRange()5313 PrintingPolicy Policy = getCursorContext(C).getPrintingPolicy(); in clang_getCursorDisplayName()6255 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()6279 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()6284 return cxloc::translateSourceLocation(getCursorContext(C), L); in clang_getCursorLocation()6511 return cxloc::translateSourceRange(getCursorContext(C), R); in clang_getCursorExtent()6989 return cxloc::translateSourceRange(getCursorContext(C), R); in clang_getCursorReferenceNameRange()8640 ASTContext &Context = getCursorContext(C); in clang_Cursor_getCommentRange()8653 ASTContext &Context = getCursorContext(C); in clang_Cursor_getRawCommentText()[all …]
35 const ASTContext &Context = getCursorContext(C); in clang_Cursor_getParsedComment()
388 return FD->getBitWidthValue(getCursorContext(C)); in clang_getFieldDeclBitWidth()1078 ASTContext &Ctx = cxcursor::getCursorContext(C); in clang_Cursor_getOffsetOfField()1119 ASTContext &Ctx = cxcursor::getCursorContext(C); in clang_getDeclObjCTypeEncoding()
1161 ASTContext &cxcursor::getCursorContext(CXCursor Cursor) { in getCursorContext() function in cxcursor1720 cxcursor::getCursorContext(C).getLangOpts()); in clang_Cursor_isDynamicCall()1737 PropRefE->getReceiverType(cxcursor::getCursorContext(C)), TU); in clang_Cursor_getReceiverType()