HomeSort by relevance Sort by last modified time
    Searched refs: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
CIndexInclusionStack.cpp 55 InclusionStack.push_back(cxloc::translateSourceLocation(Ctx, L));
CXStoredDiagnostic.cpp 28 using 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);
CIndex.cpp 139 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM,
    [all...]
CIndexDiagnostic.cpp 29 using namespace clang::cxloc;
Indexing.cpp     [all...]

Completed in 542 milliseconds