HomeSort by relevance Sort by last modified time
    Searched refs:cxloc (Results 1 - 6 of 6) 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));
CIndexHigh.cpp 165 Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor));
190 cxloc::translateSourceRange(D->getASTContext(), Loc));
CIndex.cpp 119 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM,
    [all...]
CIndexDiagnostic.cpp 27 using namespace clang::cxloc;
Indexing.cpp 475 return cxloc::translateSourceLocation(IndexCtx.getASTContext(), Loc);

Completed in 92 milliseconds