Home
last modified time | relevance | path

Searched refs:translateSourceLocation (Results 1 – 17 of 17) 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()
/external/llvm-project/clang/tools/libclang/
DCXSourceLocation.h29 translateSourceLocation(const SourceManager &SM, const LangOptions &LangOpts, in translateSourceLocation() function
40 static inline CXSourceLocation translateSourceLocation(ASTContext &Context, in translateSourceLocation() function
42 return translateSourceLocation(Context.getSourceManager(), in translateSourceLocation()
65 static inline SourceLocation translateSourceLocation(CXSourceLocation L) { in translateSourceLocation() function
DRewrite.cpp31 R.InsertTextBefore(clang::cxloc::translateSourceLocation(Loc), Insert); in clang_CXRewriter_insertTextBefore()
DCIndexHigh.cpp180 Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor)); in findFileIdRefVisit()
278 Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor)); in findFileMacroRefVisit()
356 Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor)); in visit()
DCIndexInclusionStack.cpp51 InclusionStack.push_back(cxloc::translateSourceLocation(Ctx, L)); in getInclusions()
DCXStoredDiagnostic.cpp44 return translateSourceLocation(Diag.getLocation().getManager(), in getLocation()
DCXSourceLocation.cpp141 cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc); in clang_getLocation()
168 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc); in clang_getLocationForOffset()
DCIndexDiagnostic.cpp119 L = translateSourceLocation(Loc.getManager(), LangOpts, Loc); in emitDiagnosticMessage()
137 L = translateSourceLocation(Loc.getManager(), LangOpts, Loc); in emitNote()
DCIndex.cpp4833 SourceLocation Loc = cxloc::translateSourceLocation(CXLoc); in clang_Cursor_getSpellingNameRange()
5783 SourceLocation SLoc = cxloc::translateSourceLocation(Loc); in clang_getCursor()
5927 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
5933 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
5939 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
5944 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
5950 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
5955 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
5960 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
5965 return cxloc::translateSourceLocation(P.first->getASTContext(), P.second); in clang_getCursorLocation()
[all …]
DIndexing.cpp996 return cxloc::translateSourceLocation(DataConsumer.getASTContext(), Loc); in clang_indexLoc_getCXSourceLocation()