Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp3939 ASTContext &ctx = getCursorContext(C); in evaluateExpr()
4651 getCursorContext(C).getTypeDeclType(Type).getAsString()); in clang_getCursorSpelling()
4789 ASTContext &Ctx = getCursorContext(C); in clang_Cursor_getSpellingNameRange()
4923 return new PrintingPolicy(getCursorContext(C).getPrintingPolicy()); in clang_getCursorPrintingPolicy()
5101 : getCursorContext(C).getPrintingPolicy()); in clang_getCursorPrettyPrinted()
5117 PrintingPolicy Policy = getCursorContext(C).getPrintingPolicy(); in clang_getCursorDisplayName()
6027 getCursorContext(C), TSInfo->getTypeLoc().getBeginLoc()); in clang_getCursorLocation()
6029 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()
6035 return cxloc::translateSourceLocation(getCursorContext(C), P.second); in clang_getCursorLocation()
6040 getCursorContext(C), getCursorOverloadedDeclRef(C).second); in clang_getCursorLocation()
[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()