OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:translateSourceRange
(Results
1 - 4
of
4
) sorted by null
/external/clang/tools/libclang/
CXSourceLocation.h
54
CXSourceRange
translateSourceRange
(const SourceManager &SM,
59
static inline CXSourceRange
translateSourceRange
(ASTContext &Context,
61
return
translateSourceRange
(Context.getSourceManager(),
CXStoredDiagnostic.cpp
92
return
translateSourceRange
(Diag.getLocation().getManager(),
110
*ReplacementRange =
translateSourceRange
(Diag.getLocation().getManager(),
CIndexHigh.cpp
209
cxloc::
translateSourceRange
(Ctx, Loc)) == CXVisit_Break)
304
cxloc::
translateSourceRange
(Ctx, Loc)) == CXVisit_Break)
370
cxloc::
translateSourceRange
(Ctx, Loc)) == CXVisit_Break)
CIndex.cpp
137
CXSourceRange cxloc::
translateSourceRange
(const SourceManager &SM,
[
all
...]
Completed in 87 milliseconds