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 61 InclusionStack.push_back(cxloc::translateSourceLocation(Ctx, L));
CXStoredDiagnostic.cpp 28 using namespace clang::cxloc;
CIndexHigh.cpp 180 Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor));
206 cxloc::translateSourceRange(Ctx, Loc));
279 Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor));
302 cxloc::translateSourceRange(Ctx, Loc));
CIndex.cpp 109 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM,
    [all...]
CXSourceLocation.cpp 143 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
160 return cxloc::translateSourceLocation(CXXUnit->getASTContext(), SLoc);
CIndexDiagnostic.cpp 29 using namespace clang::cxloc;
Indexing.cpp 814 return cxloc::translateSourceLocation(IndexCtx.getASTContext(), Loc);

Completed in 248 milliseconds