/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()
|
/external/llvm-project/clang/tools/libclang/ |
D | CXSourceLocation.h | 29 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
|
D | Rewrite.cpp | 31 R.InsertTextBefore(clang::cxloc::translateSourceLocation(Loc), Insert); in clang_CXRewriter_insertTextBefore()
|
D | CIndexHigh.cpp | 180 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()
|
D | CIndexInclusionStack.cpp | 51 InclusionStack.push_back(cxloc::translateSourceLocation(Ctx, L)); in getInclusions()
|
D | CXStoredDiagnostic.cpp | 44 return translateSourceLocation(Diag.getLocation().getManager(), in getLocation()
|
D | CXSourceLocation.cpp | 141 cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc); in clang_getLocation() 168 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc); in clang_getLocationForOffset()
|
D | CIndexDiagnostic.cpp | 119 L = translateSourceLocation(Loc.getManager(), LangOpts, Loc); in emitDiagnosticMessage() 137 L = translateSourceLocation(Loc.getManager(), LangOpts, Loc); in emitNote()
|
D | CIndex.cpp | 4833 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 …]
|
D | Indexing.cpp | 996 return cxloc::translateSourceLocation(DataConsumer.getASTContext(), Loc); in clang_indexLoc_getCXSourceLocation()
|