Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXCursor.h242 ASTContext &getCursorContext(CXCursor Cursor);
H A DCIndex.cpp4165 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 …]
H A DCXComment.cpp35 const ASTContext &Context = getCursorContext(C); in clang_Cursor_getParsedComment()
H A DCXType.cpp390 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()
H A DCXCursor.cpp1168 ASTContext &cxcursor::getCursorContext(CXCursor Cursor) { in getCursorContext() function in cxcursor
1750 cxcursor::getCursorContext(C).getLangOpts()); in clang_Cursor_isDynamicCall()
1767 PropRefE->getReceiverType(cxcursor::getCursorContext(C)), TU); in clang_Cursor_getReceiverType()