OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:translateSourceRange
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXSourceLocation.h
53
CXSourceRange
translateSourceRange
(const SourceManager &SM,
58
static inline CXSourceRange
translateSourceRange
(ASTContext &Context,
60
return
translateSourceRange
(Context.getSourceManager(),
CXStoredDiagnostic.cpp
88
return
translateSourceRange
(Diag.getLocation().getManager(),
106
*ReplacementRange =
translateSourceRange
(Diag.getLocation().getManager(),
CIndexHigh.cpp
206
cxloc::
translateSourceRange
(Ctx, Loc)) == CXVisit_Break)
301
cxloc::
translateSourceRange
(Ctx, Loc)) == CXVisit_Break)
367
cxloc::
translateSourceRange
(Ctx, Loc)) == CXVisit_Break)
CIndex.cpp
143
CXSourceRange cxloc::
translateSourceRange
(const SourceManager &SM,
4796
return cxloc::
translateSourceRange
(Ctx, Label->getIdentLoc());
4807
return cxloc::
translateSourceRange
(Ctx, ME->getSelectorLoc(pieceIndex));
4817
return cxloc::
translateSourceRange
(Ctx, MD->getSelectorLoc(pieceIndex));
4827
return cxloc::
translateSourceRange
(Ctx, CD->getCategoryNameLoc());
4830
return cxloc::
translateSourceRange
(Ctx, CID->getCategoryNameLoc());
4840
return cxloc::
translateSourceRange
(
4854
return cxloc::
translateSourceRange
(Ctx, FunctionName.getSourceRange());
4875
return cxloc::
translateSourceRange
(Ctx, Loc);
6285
return cxloc::
translateSourceRange
(getCursorContext(C), R)
[
all
...]
CIndexCodeCompletion.cpp
343
*replacement_range = cxloc::
translateSourceRange
(
Completed in 27 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026