Searched refs:translateSourceRange (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXSourceLocation.h | 53 CXSourceRange translateSourceRange(const SourceManager &SM, 58 static inline CXSourceRange translateSourceRange(ASTContext &Context, in translateSourceRange() function 60 return translateSourceRange(Context.getSourceManager(), in translateSourceRange()
|
| H A D | CXStoredDiagnostic.cpp | 88 return translateSourceRange(Diag.getLocation().getManager(), in getRange() 106 *ReplacementRange = translateSourceRange(Diag.getLocation().getManager(), in getFixIt()
|
| H A D | CIndexHigh.cpp | 206 cxloc::translateSourceRange(Ctx, Loc)) == CXVisit_Break) in findFileIdRefVisit() 301 cxloc::translateSourceRange(Ctx, Loc)) == CXVisit_Break) in findFileMacroRefVisit() 367 cxloc::translateSourceRange(Ctx, Loc)) == CXVisit_Break) in visit()
|
| H A D | CIndex.cpp | 143 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM, in translateSourceRange() function in cxloc 4796 return cxloc::translateSourceRange(Ctx, Label->getIdentLoc()); in clang_Cursor_getSpellingNameRange() 4807 return cxloc::translateSourceRange(Ctx, ME->getSelectorLoc(pieceIndex)); in clang_Cursor_getSpellingNameRange() 4817 return cxloc::translateSourceRange(Ctx, MD->getSelectorLoc(pieceIndex)); in clang_Cursor_getSpellingNameRange() 4827 return cxloc::translateSourceRange(Ctx, CD->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange() 4830 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange() 4840 return cxloc::translateSourceRange( in clang_Cursor_getSpellingNameRange() 4854 return cxloc::translateSourceRange(Ctx, FunctionName.getSourceRange()); in clang_Cursor_getSpellingNameRange() 4875 return cxloc::translateSourceRange(Ctx, Loc); in clang_Cursor_getSpellingNameRange() 6285 return cxloc::translateSourceRange(getCursorContext(C), R); in clang_getCursorExtent() [all …]
|
| H A D | CIndexCodeCompletion.cpp | 343 *replacement_range = cxloc::translateSourceRange( in clang_getCompletionFixIt()
|