Lines Matching refs:getCursorContext

4135   ASTContext &ctx = getCursorContext(C);  in evaluateExpr()
4847 getCursorContext(C).getTypeDeclType(Type).getAsString()); in clang_getCursorSpelling()
4985 ASTContext &Ctx = getCursorContext(C); in clang_Cursor_getSpellingNameRange()
5119 return new PrintingPolicy(getCursorContext(C).getPrintingPolicy()); in clang_getCursorPrintingPolicy()
5297 : getCursorContext(C).getPrintingPolicy()); in clang_getCursorPrettyPrinted()
5313 PrintingPolicy Policy = getCursorContext(C).getPrintingPolicy(); in clang_getCursorDisplayName()
6253 getCursorContext(C), TSInfo->getTypeLoc().getBeginLoc()); in clang_getCursorLocation()
6255 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()
6261 return cxloc::translateSourceLocation(getCursorContext(C), P.second); in clang_getCursorLocation()
6266 getCursorContext(C), getCursorOverloadedDeclRef(C).second); in clang_getCursorLocation()
6276 getCursorContext(C), getLocationFromExpr(getCursorExpr(C))); in clang_getCursorLocation()
6279 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()
6284 return cxloc::translateSourceLocation(getCursorContext(C), L); in clang_getCursorLocation()
6290 return cxloc::translateSourceLocation(getCursorContext(C), L); in clang_getCursorLocation()
6295 return cxloc::translateSourceLocation(getCursorContext(C), L); in clang_getCursorLocation()
6301 return cxloc::translateSourceLocation(getCursorContext(C), L); in clang_getCursorLocation()
6306 return cxloc::translateSourceLocation(getCursorContext(C), L); in clang_getCursorLocation()
6331 return cxloc::translateSourceLocation(getCursorContext(C), Loc); in clang_getCursorLocation()
6511 return cxloc::translateSourceRange(getCursorContext(C), R); in clang_getCursorExtent()
6989 return cxloc::translateSourceRange(getCursorContext(C), R); in clang_getCursorReferenceNameRange()
8640 ASTContext &Context = getCursorContext(C); in clang_Cursor_getCommentRange()
8653 ASTContext &Context = getCursorContext(C); in clang_Cursor_getRawCommentText()
8668 const ASTContext &Context = getCursorContext(C); in clang_Cursor_getBriefCommentText()