OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cxloc
(Results
1 - 8
of
8
) sorted by null
/external/clang/tools/libclang/
CXSourceLocation.h
26
namespace
cxloc
{
namespace in namespace:clang
76
}} // end namespace: clang::
cxloc
CIndexHigh.cpp
183
Loc =
cxloc
::translateSourceLocation(clang_getCursorLocation(cursor));
209
cxloc
::translateSourceRange(Ctx, Loc)) == CXVisit_Break)
281
Loc =
cxloc
::translateSourceLocation(clang_getCursorLocation(cursor));
304
cxloc
::translateSourceRange(Ctx, Loc)) == CXVisit_Break)
359
Loc =
cxloc
::translateSourceLocation(clang_getCursorLocation(cursor));
370
cxloc
::translateSourceRange(Ctx, Loc)) == CXVisit_Break)
CXSourceLocation.cpp
146
CXSourceLocation
CXLoc
=
147
cxloc
::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
150
<<
CXLoc
;
152
return
CXLoc
;
173
return
cxloc
::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
CIndexInclusionStack.cpp
65
InclusionStack.push_back(
cxloc
::translateSourceLocation(Ctx, L));
CXStoredDiagnostic.cpp
28
using namespace clang::
cxloc
;
CIndex.cpp
142
CXSourceRange
cxloc
::translateSourceRange(const SourceManager &SM,
[
all
...]
CIndexDiagnostic.cpp
29
using namespace clang::
cxloc
;
Indexing.cpp
[
all
...]
Completed in 1070 milliseconds