Searched refs:getCursorContext (Results 1 – 5 of 5) sorted by relevance
242 ASTContext &getCursorContext(CXCursor Cursor);
4165 ASTContext &ctx = getCursorContext(C); in evaluateExpr()4877 getCursorContext(C).getTypeDeclType(Type).getAsString()); in clang_getCursorSpelling()5015 ASTContext &Ctx = getCursorContext(C); in clang_Cursor_getSpellingNameRange()5149 return new PrintingPolicy(getCursorContext(C).getPrintingPolicy()); in clang_getCursorPrintingPolicy()5327 : getCursorContext(C).getPrintingPolicy()); in clang_getCursorPrettyPrinted()5343 PrintingPolicy Policy = getCursorContext(C).getPrintingPolicy(); in clang_getCursorDisplayName()6287 getCursorContext(C), TSInfo->getTypeLoc().getBeginLoc()); in clang_getCursorLocation()6289 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()6295 return cxloc::translateSourceLocation(getCursorContext(C), P.second); in clang_getCursorLocation()6300 getCursorContext(C), getCursorOverloadedDeclRef(C).second); in clang_getCursorLocation()[all …]
35 const ASTContext &Context = getCursorContext(C); in clang_Cursor_getParsedComment()
390 return FD->getBitWidthValue(getCursorContext(C)); in clang_getFieldDeclBitWidth()1088 ASTContext &Ctx = cxcursor::getCursorContext(C); in clang_Cursor_getOffsetOfField()1129 ASTContext &Ctx = cxcursor::getCursorContext(C); in clang_getDeclObjCTypeEncoding()
1168 ASTContext &cxcursor::getCursorContext(CXCursor Cursor) { in getCursorContext() function in cxcursor1750 cxcursor::getCursorContext(C).getLangOpts()); in clang_Cursor_isDynamicCall()1767 PropRefE->getReceiverType(cxcursor::getCursorContext(C)), TU); in clang_Cursor_getReceiverType()