Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp3939 ASTContext &ctx = getCursorContext(C); in evaluateExpr()
4789 ASTContext &Ctx = getCursorContext(C);
5117 PrintingPolicy Policy = getCursorContext(C).getPrintingPolicy();
6029 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()
6053 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()
6058 return cxloc::translateSourceLocation(getCursorContext(C), L); in clang_getCursorLocation()
6285 return cxloc::translateSourceRange(getCursorContext(C), R); in clang_getCursorExtent()
6760 return cxloc::translateSourceRange(getCursorContext(C), R); in clang_getCursorReferenceNameRange()
8383 ASTContext &Context = getCursorContext(C); in clang_Cursor_getCommentRange()
8396 ASTContext &Context = getCursorContext(C); in clang_Cursor_getRawCommentText()
[all …]
H A DCXCursor.h242 ASTContext &getCursorContext(CXCursor Cursor);
H A DCXType.cpp382 return FD->getBitWidthValue(getCursorContext(C)); in clang_getFieldDeclBitWidth()
1064 ASTContext &Ctx = cxcursor::getCursorContext(C); in clang_Cursor_getOffsetOfField()
1105 ASTContext &Ctx = cxcursor::getCursorContext(C); in clang_getDeclObjCTypeEncoding()
H A DCXComment.cpp35 const ASTContext &Context = getCursorContext(C); in clang_Cursor_getParsedComment()
H A DCXCursor.cpp1118 ASTContext &cxcursor::getCursorContext(CXCursor Cursor) { in getCursorContext() function in cxcursor
1677 cxcursor::getCursorContext(C).getLangOpts()); in clang_Cursor_isDynamicCall()
1694 PropRefE->getReceiverType(cxcursor::getCursorContext(C)), TU); in clang_Cursor_getReceiverType()