Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A 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
H A DCIndexInclusionStack.cpp65 InclusionStack.push_back(cxloc::translateSourceLocation(Ctx, L)); in clang_getInclusions()
H A DCXStoredDiagnostic.cpp48 return translateSourceLocation(Diag.getLocation().getManager(), in getLocation()
H A 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()
H A DCXSourceLocation.cpp147 cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc); in clang_getLocation()
173 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc); in clang_getLocationForOffset()
H A DCIndexDiagnostic.cpp126 L = translateSourceLocation(*SM, LangOpts, Loc); in emitDiagnosticMessage()
148 L = translateSourceLocation(*SM, LangOpts, Loc); in emitNote()
H A DCIndex.cpp3734 SourceLocation Loc = cxloc::translateSourceLocation(CXLoc); in clang_Cursor_getSpellingNameRange()
4335 SourceLocation SLoc = cxloc::translateSourceLocation(Loc); in clang_getCursor()
4472 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
4478 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
4484 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
4489 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
4495 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
4500 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
4505 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
4510 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
[all …]
H A DIndexing.cpp1091 return cxloc::translateSourceLocation(IndexCtx.getASTContext(), Loc); in clang_indexLoc_getCXSourceLocation()