OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cxloc
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
Rewrite.cpp
31
R.InsertTextBefore(clang::
cxloc
::translateSourceLocation(Loc), Insert);
38
R.ReplaceText(clang::
cxloc
::translateCXRangeToCharRange(ToBeReplaced),
45
R.RemoveText(clang::
cxloc
::translateCXRangeToCharRange(ToBeRemoved));
CXSourceLocation.h
25
namespace
cxloc
{
namespace in namespace:clang
79
}} // end namespace: clang::
cxloc
CIndexHigh.cpp
180
Loc =
cxloc
::translateSourceLocation(clang_getCursorLocation(cursor));
206
cxloc
::translateSourceRange(Ctx, Loc)) == CXVisit_Break)
278
Loc =
cxloc
::translateSourceLocation(clang_getCursorLocation(cursor));
301
cxloc
::translateSourceRange(Ctx, Loc)) == CXVisit_Break)
356
Loc =
cxloc
::translateSourceLocation(clang_getCursorLocation(cursor));
367
cxloc
::translateSourceRange(Ctx, Loc)) == CXVisit_Break)
CIndexInclusionStack.cpp
51
InclusionStack.push_back(
cxloc
::translateSourceLocation(Ctx, L));
CXStoredDiagnostic.cpp
24
using namespace clang::
cxloc
;
CXSourceLocation.cpp
140
CXSourceLocation
CXLoc
=
141
cxloc
::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
145
<<
CXLoc
;
147
return
CXLoc
;
168
return
cxloc
::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
CIndex.cpp
143
CXSourceRange
cxloc
::translateSourceRange(const SourceManager &SM,
167
CharSourceRange
cxloc
::translateCXRangeToCharRange(CXSourceRange R) {
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());
4873
CXSourceLocation
CXLoc
= clang_getCursorLocation(C)
[
all
...]
CIndexDiagnostic.cpp
26
using namespace clang::
cxloc
;
CIndexCodeCompletion.cpp
343
*replacement_range =
cxloc
::translateSourceRange(
Indexing.cpp
996
return
cxloc
::translateSourceLocation(DataConsumer.getASTContext(), Loc);
Completed in 26 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026