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
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()
DCIndexInclusionStack.cpp55 InclusionStack.push_back(cxloc::translateSourceLocation(Ctx, L)); in getInclusions()
DCXStoredDiagnostic.cpp48 return translateSourceLocation(Diag.getLocation().getManager(), in getLocation()
DCXSourceLocation.cpp147 cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc); in clang_getLocation()
173 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc); in clang_getLocationForOffset()
DCIndexDiagnostic.cpp126 L = translateSourceLocation(*SM, LangOpts, Loc); in emitDiagnosticMessage()
148 L = translateSourceLocation(*SM, LangOpts, Loc); in emitNote()
DCIndex.cpp4368 SourceLocation Loc = cxloc::translateSourceLocation(CXLoc); in clang_Cursor_getSpellingNameRange()
5015 SourceLocation SLoc = cxloc::translateSourceLocation(Loc); in clang_getCursor()
5152 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
5158 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
5164 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
5169 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
5175 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
5180 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
5185 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
5190 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
[all …]
DIndexing.cpp978 return cxloc::translateSourceLocation(DataConsumer.getASTContext(), Loc); in clang_indexLoc_getCXSourceLocation()