Searched refs:translateSourceRange (Results 1 – 4 of 4) sorted by relevance
/minix/external/bsd/llvm/dist/clang/tools/libclang/ |
H A 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()
|
H A D | CXStoredDiagnostic.cpp | 92 return translateSourceRange(Diag.getLocation().getManager(), in getRange() 110 *ReplacementRange = translateSourceRange(Diag.getLocation().getManager(), in getFixIt()
|
H A 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()
|
H A D | CIndex.cpp | 141 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM, in translateSourceRange() function in cxloc 3657 return cxloc::translateSourceRange(Ctx, Label->getIdentLoc()); 3688 return cxloc::translateSourceRange(Ctx, CD->getCategoryNameLoc()); 3691 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc()); 3701 return cxloc::translateSourceRange(Ctx, 3735 return cxloc::translateSourceRange(Ctx, Loc); 4780 return cxloc::translateSourceRange(getCursorContext(C), R); in clang_getCursorExtent() 5237 return cxloc::translateSourceRange(getCursorContext(C), R); in clang_getCursorReferenceNameRange() 5338 return cxloc::translateSourceRange(CXXUnit->getASTContext(), in clang_getTokenExtent() 6600 return cxloc::translateSourceRange(Context, RC->getSourceRange()); in clang_Cursor_getCommentRange() [all …]
|