Searched refs:cxloc (Results 1 - 8 of 8) sorted by relevance

/external/clang/tools/libclang/
H A DCXSourceLocation.h26 namespace cxloc { namespace in namespace:clang
76 }} // end namespace: clang::cxloc
H A DCIndexInclusionStack.cpp61 InclusionStack.push_back(cxloc::translateSourceLocation(Ctx, L));
H A DCXStoredDiagnostic.cpp28 using namespace clang::cxloc;
H A DCIndexHigh.cpp180 Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor));
206 cxloc::translateSourceRange(Ctx, Loc));
279 Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor));
302 cxloc::translateSourceRange(Ctx, Loc));
H A DCXSourceLocation.cpp143 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
160 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
H A DCIndex.cpp111 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM,
3208 return cxloc::translateSourceRange(Ctx, Label->getIdentLoc());
3219 return cxloc::translateSourceRange(Ctx, ME->getSelectorLoc(pieceIndex));
3229 return cxloc::translateSourceRange(Ctx, MD->getSelectorLoc(pieceIndex));
3239 return cxloc::translateSourceRange(Ctx, CD->getCategoryNameLoc());
3242 return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc());
3260 SourceLocation Loc = cxloc::translateSourceLocation(CXLoc);
3261 return cxloc::translateSourceRange(Ctx, Loc);
3762 SourceLocation SLoc = cxloc::translateSourceLocation(Loc);
3885 return cxloc
[all...]
H A DCIndexDiagnostic.cpp29 using namespace clang::cxloc;
H A DIndexing.cpp816 return cxloc::translateSourceLocation(IndexCtx.getASTContext(), Loc);

Completed in 139 milliseconds