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

References

tools/clang/tools/libclang/CIndexHigh.cpp
  283   if (Loc.isMacroID()) {
  285     Loc = getFileSpellingLoc(SM, Loc, isMacroArg);
  285     Loc = getFileSpellingLoc(SM, Loc, isMacroArg);
  290   std::pair<FileID, unsigned> LocInfo = SM.getDecomposedLoc(Loc);
  301                         cxloc::translateSourceRange(Ctx, Loc)) == CXVisit_Break)