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

References

tools/clang/tools/libclang/CIndexHigh.cpp
  183       Loc = SelIdLoc;
  188     if (Loc.isMacroID()) {
  190       Loc = getFileSpellingLoc(SM, Loc, isMacroArg);
  190       Loc = getFileSpellingLoc(SM, Loc, isMacroArg);
  195     std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
  206                         cxloc::translateSourceRange(Ctx, Loc)) == CXVisit_Break)