Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndex.cpp3584 return cxstring::createDup(getCursorContext(C).getTypeDeclType(Type). in clang_getCursorSpelling()
3711 ASTContext &Ctx = getCursorContext(C); in clang_Cursor_getSpellingNameRange()
3838 PrintingPolicy Policy = getCursorContext(C).getPrintingPolicy(); in clang_getCursorDisplayName()
4582 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()
4585 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()
4591 return cxloc::translateSourceLocation(getCursorContext(C), P.second); in clang_getCursorLocation()
4595 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()
4605 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()
4609 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()
4614 return cxloc::translateSourceLocation(getCursorContext(C), L); in clang_getCursorLocation()
[all …]
DCXCursor.h250 ASTContext &getCursorContext(CXCursor Cursor);
DCXType.cpp312 return FD->getBitWidthValue(getCursorContext(C)); in clang_getFieldDeclBitWidth()
845 ASTContext &Ctx = cxcursor::getCursorContext(C); in clang_Cursor_getOffsetOfField()
886 ASTContext &Ctx = cxcursor::getCursorContext(C); in clang_getDeclObjCTypeEncoding()
DCXComment.cpp39 const ASTContext &Context = getCursorContext(C); in clang_Cursor_getParsedComment()
DCXCursor.cpp892 ASTContext &cxcursor::getCursorContext(CXCursor Cursor) { in getCursorContext() function in cxcursor