• Home
  • Raw
  • Download

Lines Matching refs:getCursorContext

3517   ASTContext &ctx = getCursorContext(C);  in evaluateExpr()
4144 return cxstring::createDup(getCursorContext(C).getTypeDeclType(Type). in clang_getCursorSpelling()
4284 ASTContext &Ctx = getCursorContext(C); in clang_Cursor_getSpellingNameRange()
4408 PrintingPolicy Policy = getCursorContext(C).getPrintingPolicy(); in clang_getCursorDisplayName()
5199 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()
5202 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()
5208 return cxloc::translateSourceLocation(getCursorContext(C), P.second); in clang_getCursorLocation()
5212 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()
5222 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()
5226 return cxloc::translateSourceLocation(getCursorContext(C), in clang_getCursorLocation()
5231 return cxloc::translateSourceLocation(getCursorContext(C), L); in clang_getCursorLocation()
5237 return cxloc::translateSourceLocation(getCursorContext(C), L); in clang_getCursorLocation()
5242 return cxloc::translateSourceLocation(getCursorContext(C), L); in clang_getCursorLocation()
5248 return cxloc::translateSourceLocation(getCursorContext(C), L); in clang_getCursorLocation()
5254 return cxloc::translateSourceLocation(getCursorContext(C), L); in clang_getCursorLocation()
5279 return cxloc::translateSourceLocation(getCursorContext(C), Loc); in clang_getCursorLocation()
5460 return cxloc::translateSourceRange(getCursorContext(C), R); in clang_getCursorExtent()
5928 return cxloc::translateSourceRange(getCursorContext(C), R); in clang_getCursorReferenceNameRange()
7294 ASTContext &Context = getCursorContext(C); in clang_Cursor_getCommentRange()
7307 ASTContext &Context = getCursorContext(C); in clang_Cursor_getRawCommentText()
7322 const ASTContext &Context = getCursorContext(C); in clang_Cursor_getBriefCommentText()