Searched refs:translateSourceLocation (Results 1 – 8 of 8) sorted by relevance
/external/clang/tools/libclang/ |
D | CXSourceLocation.h | 30 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
|
D | CIndexInclusionStack.cpp | 61 InclusionStack.push_back(cxloc::translateSourceLocation(Ctx, L)); in clang_getInclusions()
|
D | CIndexHigh.cpp | 183 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()
|
D | CXStoredDiagnostic.cpp | 46 return translateSourceLocation(Diag.getLocation().getManager(), in getLocation()
|
D | CXSourceLocation.cpp | 141 cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc); in clang_getLocation() 163 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc); in clang_getLocationForOffset()
|
D | CIndexDiagnostic.cpp | 124 L = translateSourceLocation(*SM, LangOpts, Loc); in emitDiagnosticMessage() 146 L = translateSourceLocation(*SM, LangOpts, Loc); in emitNote()
|
D | CIndex.cpp | 3355 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 …]
|
D | Indexing.cpp | 1078 return cxloc::translateSourceLocation(IndexCtx.getASTContext(), Loc); in clang_indexLoc_getCXSourceLocation()
|