Home
last modified time | relevance | path

Searched refs:translateSourceLocation (Results 1 – 8 of 8) sorted by relevance

/external/clang/tools/libclang/
DCXSourceLocation.h30 translateSourceLocation(const SourceManager &SM, const LangOptions &LangOpts, in translateSourceLocation() function
41 static inline CXSourceLocation translateSourceLocation(ASTContext &Context, in translateSourceLocation() function
43 return translateSourceLocation(Context.getSourceManager(), in translateSourceLocation()
66 static inline SourceLocation translateSourceLocation(CXSourceLocation L) { in translateSourceLocation() function
DCIndexInclusionStack.cpp61 InclusionStack.push_back(cxloc::translateSourceLocation(Ctx, L)); in clang_getInclusions()
DCIndexHigh.cpp183 Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor)); in findFileIdRefVisit()
281 Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor)); in findFileMacroRefVisit()
359 Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor)); in visit()
DCXStoredDiagnostic.cpp46 return translateSourceLocation(Diag.getLocation().getManager(), in getLocation()
DCXSourceLocation.cpp141 cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc); in clang_getLocation()
163 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc); in clang_getLocationForOffset()
DCIndexDiagnostic.cpp124 L = translateSourceLocation(*SM, LangOpts, Loc); in emitDiagnosticMessage()
146 L = translateSourceLocation(*SM, LangOpts, Loc); in emitNote()
DCIndex.cpp3355 SourceLocation Loc = cxloc::translateSourceLocation(CXLoc); in clang_Cursor_getSpellingNameRange()
3859 SourceLocation SLoc = cxloc::translateSourceLocation(Loc); in clang_getCursor()
3995 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
4001 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
4007 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
4012 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
4018 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
4023 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
4028 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
4033 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
[all …]
DIndexing.cpp1078 return cxloc::translateSourceLocation(IndexCtx.getASTContext(), Loc); in clang_indexLoc_getCXSourceLocation()