Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndex.cpp3517 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()
[all …]
DCXCursor.h247 ASTContext &getCursorContext(CXCursor Cursor);
DCXType.cpp314 return FD->getBitWidthValue(getCursorContext(C)); in clang_getFieldDeclBitWidth()
859 ASTContext &Ctx = cxcursor::getCursorContext(C); in clang_Cursor_getOffsetOfField()
900 ASTContext &Ctx = cxcursor::getCursorContext(C); in clang_getDeclObjCTypeEncoding()
DCXComment.cpp39 const ASTContext &Context = getCursorContext(C); in clang_Cursor_getParsedComment()
DCXCursor.cpp956 ASTContext &cxcursor::getCursorContext(CXCursor Cursor) { in getCursorContext() function in cxcursor