Searched refs:translateSourceRange (Results 1 – 9 of 9) sorted by relevance
/external/clang/tools/libclang/ |
D | CXSourceLocation.h | 54 CXSourceRange translateSourceRange(const SourceManager &SM, 59 static inline CXSourceRange translateSourceRange(ASTContext &Context, in translateSourceRange() function 61 return translateSourceRange(Context.getSourceManager(), in translateSourceRange()
|
D | CXStoredDiagnostic.cpp | 92 return translateSourceRange(Diag.getLocation().getManager(), in getRange() 110 *ReplacementRange = translateSourceRange(Diag.getLocation().getManager(), in getFixIt()
|
D | CIndexHigh.cpp | 209 cxloc::translateSourceRange(Ctx, Loc)) == CXVisit_Break) in findFileIdRefVisit() 304 cxloc::translateSourceRange(Ctx, Loc)) == CXVisit_Break) in findFileMacroRefVisit() 370 cxloc::translateSourceRange(Ctx, Loc)) == CXVisit_Break) in visit()
|
D | CIndex.cpp | 139 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM, in translateSourceRange() function in cxloc 4291 return cxloc::translateSourceRange(Ctx, Label->getIdentLoc()); in clang_Cursor_getSpellingNameRange() 4302 return cxloc::translateSourceRange(Ctx, ME->getSelectorLoc(pieceIndex)); in clang_Cursor_getSpellingNameRange() 4312 return cxloc::translateSourceRange(Ctx, MD->getSelectorLoc(pieceIndex)); in clang_Cursor_getSpellingNameRange() 4322 return cxloc::translateSourceRange(Ctx, CD->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange() 4325 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange() 4335 return cxloc::translateSourceRange(Ctx, in clang_Cursor_getSpellingNameRange() 4348 return cxloc::translateSourceRange(Ctx, FunctionName.getSourceRange()); in clang_Cursor_getSpellingNameRange() 4369 return cxloc::translateSourceRange(Ctx, Loc); in clang_Cursor_getSpellingNameRange() 5460 return cxloc::translateSourceRange(getCursorContext(C), R); in clang_getCursorExtent() [all …]
|
/external/llvm-project/clang/tools/libclang/ |
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()
|
D | CXStoredDiagnostic.cpp | 88 return translateSourceRange(Diag.getLocation().getManager(), in getRange() 106 *ReplacementRange = translateSourceRange(Diag.getLocation().getManager(), in getFixIt()
|
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()
|
D | CIndex.cpp | 143 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM, in translateSourceRange() function in cxloc 4755 return cxloc::translateSourceRange(Ctx, Label->getIdentLoc()); in clang_Cursor_getSpellingNameRange() 4766 return cxloc::translateSourceRange(Ctx, ME->getSelectorLoc(pieceIndex)); in clang_Cursor_getSpellingNameRange() 4776 return cxloc::translateSourceRange(Ctx, MD->getSelectorLoc(pieceIndex)); in clang_Cursor_getSpellingNameRange() 4786 return cxloc::translateSourceRange(Ctx, CD->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange() 4789 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc()); in clang_Cursor_getSpellingNameRange() 4799 return cxloc::translateSourceRange( in clang_Cursor_getSpellingNameRange() 4813 return cxloc::translateSourceRange(Ctx, FunctionName.getSourceRange()); in clang_Cursor_getSpellingNameRange() 4834 return cxloc::translateSourceRange(Ctx, Loc); in clang_Cursor_getSpellingNameRange() 6233 return cxloc::translateSourceRange(getCursorContext(C), R); in clang_getCursorExtent() [all …]
|
D | CIndexCodeCompletion.cpp | 343 *replacement_range = cxloc::translateSourceRange( in clang_getCompletionFixIt()
|