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 | 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 | CIndexInclusionStack.cpp | 55 InclusionStack.push_back(cxloc::translateSourceLocation(Ctx, L)); in getInclusions()
|
D | CXStoredDiagnostic.cpp | 48 return translateSourceLocation(Diag.getLocation().getManager(), in getLocation()
|
D | CXSourceLocation.cpp | 147 cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc); in clang_getLocation() 173 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc); in clang_getLocationForOffset()
|
D | CIndexDiagnostic.cpp | 126 L = translateSourceLocation(*SM, LangOpts, Loc); in emitDiagnosticMessage() 148 L = translateSourceLocation(*SM, LangOpts, Loc); in emitNote()
|
D | CIndex.cpp | 4368 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 …]
|
D | Indexing.cpp | 978 return cxloc::translateSourceLocation(DataConsumer.getASTContext(), Loc); in clang_indexLoc_getCXSourceLocation()
|