Lines Matching refs:getCursorContext

3584       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()
4620 return cxloc::translateSourceLocation(getCursorContext(C), L); in clang_getCursorLocation()
4625 return cxloc::translateSourceLocation(getCursorContext(C), L); in clang_getCursorLocation()
4631 return cxloc::translateSourceLocation(getCursorContext(C), L); in clang_getCursorLocation()
4637 return cxloc::translateSourceLocation(getCursorContext(C), L); in clang_getCursorLocation()
4662 return cxloc::translateSourceLocation(getCursorContext(C), Loc); in clang_getCursorLocation()
4843 return cxloc::translateSourceRange(getCursorContext(C), R); in clang_getCursorExtent()
5301 return cxloc::translateSourceRange(getCursorContext(C), R); in clang_getCursorReferenceNameRange()
6659 ASTContext &Context = getCursorContext(C); in clang_Cursor_getCommentRange()
6672 ASTContext &Context = getCursorContext(C); in clang_Cursor_getRawCommentText()
6687 const ASTContext &Context = getCursorContext(C); in clang_Cursor_getBriefCommentText()