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

References

tools/clang/include/clang/Basic/SourceManager.h
 1503     if (!loc.isMacroID())
 1509     if (isWrittenInScratchSpace(getSpellingLoc(loc))) {
 1511         loc = getImmediateMacroCallerLoc(loc);
 1511         loc = getImmediateMacroCallerLoc(loc);
 1512       } while (isWrittenInScratchSpace(getSpellingLoc(loc)));
 1513       return isInSystemMacro(loc);
 1516     return isInSystemHeader(getSpellingLoc(loc));