reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/libclang/CIndex.cpp
 4661       return cxloc::translateSourceRange(Ctx, Label->getIdentLoc());
 4672       return cxloc::translateSourceRange(Ctx, ME->getSelectorLoc(pieceIndex));
 4682       return cxloc::translateSourceRange(Ctx, MD->getSelectorLoc(pieceIndex));
 4692       return cxloc::translateSourceRange(Ctx, CD->getCategoryNameLoc());
 4695       return cxloc::translateSourceRange(Ctx, CID->getCategoryNameLoc());
 4705         return cxloc::translateSourceRange(Ctx,
 4719       return cxloc::translateSourceRange(Ctx, FunctionName.getSourceRange());
 4740   return cxloc::translateSourceRange(Ctx, Loc);
 6120   return cxloc::translateSourceRange(getCursorContext(C), R);
 6597         return cxloc::translateSourceRange(getCursorContext(C), R);
 6697   return cxloc::translateSourceRange(CXXUnit->getASTContext(),
 8227   return cxloc::translateSourceRange(Context, RC->getSourceRange());
 8693     skipped->ranges[i] = cxloc::translateSourceRange(Ctx, wantedRanges[i]);
 8720     skipped->ranges[i] = cxloc::translateSourceRange(Ctx, SkippedRanges[i]);
tools/clang/tools/libclang/CIndexHigh.cpp
  206                         cxloc::translateSourceRange(Ctx, Loc)) == CXVisit_Break)
  301                         cxloc::translateSourceRange(Ctx, Loc)) == CXVisit_Break)
  367                       cxloc::translateSourceRange(Ctx, Loc)) == CXVisit_Break)